From ef03469fec14f1f0358b690934fc173d744f4e7d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:26:01 +0200 Subject: Adding debian version 5.6.0-1. Signed-off-by: Daniel Baumann --- .../epoch/tests/render/real-time/area.html | 494 +++++++++++++++++ .../epoch/tests/render/real-time/bar.html | 484 +++++++++++++++++ .../epoch/tests/render/real-time/gauge.html | 283 ++++++++++ .../epoch/tests/render/real-time/heatmap.html | 559 +++++++++++++++++++ .../epoch/tests/render/real-time/line.html | 596 +++++++++++++++++++++ .../epoch/tests/render/real-time/model.html | 85 +++ .../epoch/tests/render/real-time/options.html | 299 +++++++++++ 7 files changed, 2800 insertions(+) create mode 100644 debian/missing-sources/epoch/tests/render/real-time/area.html create mode 100644 debian/missing-sources/epoch/tests/render/real-time/bar.html create mode 100644 debian/missing-sources/epoch/tests/render/real-time/gauge.html create mode 100644 debian/missing-sources/epoch/tests/render/real-time/heatmap.html create mode 100644 debian/missing-sources/epoch/tests/render/real-time/line.html create mode 100644 debian/missing-sources/epoch/tests/render/real-time/model.html create mode 100644 debian/missing-sources/epoch/tests/render/real-time/options.html (limited to 'debian/missing-sources/epoch/tests/render/real-time') diff --git a/debian/missing-sources/epoch/tests/render/real-time/area.html b/debian/missing-sources/epoch/tests/render/real-time/area.html new file mode 100644 index 0000000..b66ab7d --- /dev/null +++ b/debian/missing-sources/epoch/tests/render/real-time/area.html @@ -0,0 +1,494 @@ + + + + + + + + + + + + +

Real-time Area Plot Test

+ +
    +
  1. Single Series
  2. +
  3. Single Series Single Transition
  4. +
  5. Single Seires Stream
  6. +
  7. Multi Series
  8. +
  9. Multi Series Single Transition
  10. +
  11. Multi Seires Stream
  12. +
  13. Color Override
  14. +
  15. Categorical Colors
  16. +
  17. Show/Hide Layers
  18. +
+ + +
+

1. Single Series

+

+ Correctly render a single series plot of y = cos(x) + 1 over the range [0, 2π]. +

+
+
+ + + + +
+

2. Single Series Single Transition

+

+ Correctly render a single series plot of y = sin(x) + 1. When the button is pressed push a new data point to the chart and correctly animate/render the transiton. +

+
+

+
+ + + + + +
+

3. Single Seires Stream

+

Correctly play / pause a single series stream of values from the plot y = cos(x) + 1.

+
+

+
+ + + + +
+

4. Multi Series

+

Correctly render a multi series plot of the following functions:

+
    +
  • y = log(x+1)
  • +
  • y = 2*log(x+1)
  • +
  • y = 3*log(x+1)
  • +
+
+
+ + + + + +
+

5. Multi Series Single Transition

+

+ Correctly render a multi series plot of the following functions: +

    +
  • y = x
  • +
  • y = x1.25
  • +
  • y = x1.5
  • +
+ and correctly render/animate the transiton after pressing the "Next" button. +

+
+

+ +

+
+ + + + +
+

6. Multi Seires Stream

+

+ Correctly play / pause a multi series stream of values over the following plots: +

    +
  • x
  • +
  • x * log(x)
  • +
  • x * log2(x)
  • +
+

+
+

+
+ + + + +
+

7. Color Override

+

The first layer should pink, the second green, and the third blue.

+
+
+ + + + + + +
+

8. Categorical Colors

+

Correctly render and switch between different categorical colors. Unlike with the basic charts this doesn't occur just by switching the class name on the containing element. The CSS query engine must be purge and the plot must be manually redrawn, like so:

+Epoch.QueryCSS.purge();
+chart.draw();
+
+

+ +
+ +

+ + + + +

+
+ + + + +
+

9. Show/Hide Layers

+
+

+ + + | + +

+
+ + + +
+

10. Fixed Range

+

+ Render a single series plot of y = cos(x). Instead of automatically setting the range to [-1, 1], the range is manually set to [-2, 5]. +

+
+
+ + + + \ No newline at end of file diff --git a/debian/missing-sources/epoch/tests/render/real-time/bar.html b/debian/missing-sources/epoch/tests/render/real-time/bar.html new file mode 100644 index 0000000..952119c --- /dev/null +++ b/debian/missing-sources/epoch/tests/render/real-time/bar.html @@ -0,0 +1,484 @@ + + + + + + + + + + + + +

Real-time Bar Test

+ +
    +
  1. Single Series
  2. +
  3. Single Series Single Transition
  4. +
  5. Single Seires Stream
  6. +
  7. Multi Series
  8. +
  9. Multi Series Single Transition
  10. +
  11. Multi Seires Stream
  12. +
  13. Color Override
  14. +
  15. Categorical Colors
  16. +
  17. Show/Hide Layers
  18. +
+ + +
+

1. Single Series

+

+ Correctly render a single series plot of y = cos(x) + 1 over the range [0, 2π]. +

+
+
+ + + + +
+

2. Single Series Single Transition

+

+ Correctly render a single series plot of y = sin(x) + 1. When the button is pressed push a new data point to the chart and correctly animate/render the transiton. +

+
+

+
+ + + + + +
+

3. Single Seires Stream

+

Correctly play / pause a single series stream of values from the plot y = cos(x) + 1.

+
+

+
+ + + + +
+

4. Multi Series

+

Correctly render a multi series plot of the following functions:

+
    +
  • y = log(x+1)
  • +
  • y = 2*log(x+1)
  • +
  • y = 3*log(x+1)
  • +
+
+
+ + + + + +
+

5. Multi Series Single Transition

+

+ Correctly render a multi series plot of the following functions: +

    +
  • y = x
  • +
  • y = x1.25
  • +
  • y = x1.5
  • +
+ and correctly render/animate the transiton after pressing the "Next" button. +

+
+

+ +

+
+ + + + +
+

6. Multi Seires Stream

+

+ Correctly play / pause a multi series stream of values over the following plots: +

    +
  • x
  • +
  • x * log(x)
  • +
  • x * log2(x)
  • +
+

+
+

+
+ + + + +
+

7. Color Override

+

The first layer should pink, the second green, and the third blue.

+
+
+ + + + + + +
+

8. Categorical Colors

+

Correctly render and switch between different categorical colors. Unlike with the basic charts this doesn't occur just by switching the class name on the containing element. The CSS query engine must be purge and the plot must be manually redrawn, like so:

+Epoch.QueryCSS.purge();
+chart.draw();
+
+

+ +
+ +

+ + + + +

+
+ + + + +
+

9. Show/Hide Layers

+
+

+ + + | + +

+
+ + + +
+

10. Fixed Range

+

+ Render a single series plot of y = cos(x) + 1. Instead of automatically setting the range to [0, 2], the range is manually set to [0, 5]. +

+
+
+ + + + \ No newline at end of file diff --git a/debian/missing-sources/epoch/tests/render/real-time/gauge.html b/debian/missing-sources/epoch/tests/render/real-time/gauge.html new file mode 100644 index 0000000..614334d --- /dev/null +++ b/debian/missing-sources/epoch/tests/render/real-time/gauge.html @@ -0,0 +1,283 @@ + + + + + + + + + + + + +

Real-time Gauge Test

+ +
    +
  1. Single Value Display
  2. +
  3. Single Transition
  4. +
  5. Stream Transition
  6. +
  7. Gauge Sizes
  8. +
  9. Color Override
  10. +
  11. Option: domain
  12. +
  13. Option: ticks
  14. +
  15. Option: tickSize
  16. +
  17. Option: tickOffset
  18. +
  19. Option: format
  20. +
+ + +
+

1. Single Value Display

+

Display a single value of 25%

+
+
+ + + + +
+

2. Single Transition

+

Display value of 0% and transition to a random value when the button is pressed.

+
+

+
+ + + + +
+

3. Stream Transition

+

Display value of 0% and transition to a random value every second when the button is pressed.

+
+

+
+ + + +
+

4. Gauge Sizes

+

Display the four built-in gauge sizes in this order: tiny, small, medium, large.

+
+
+
+
+
+ + + +
+

5. Color Override

+

+ Override the basic gauge styles with the following +

    +
  • Outer arc 8px thickness colored green
  • +
  • Inner arc 2px thickness colored orange
  • +
  • Ticks should be 3px in width and red
  • +
  • Needle colored blue.
  • +
  • Needle base colored black
  • +
+

+
+
+ + + + + + + + + + +
+

6. Option: domain

+
+

+ | + + +

+
+ + + +
+

7. Option: ticks

+
+

+ | + + + + +

+
+ + + +
+

8. Option: tickSize

+
+

+ | + + + + +

+
+ + + +
+

9. Option: tickOffset

+
+

+ | + + + +

+
+ + + +
+

10. Option: format

+
+

+ | + + +

+
+ + + diff --git a/debian/missing-sources/epoch/tests/render/real-time/heatmap.html b/debian/missing-sources/epoch/tests/render/real-time/heatmap.html new file mode 100644 index 0000000..ddabe2e --- /dev/null +++ b/debian/missing-sources/epoch/tests/render/real-time/heatmap.html @@ -0,0 +1,559 @@ + + + + + + + + + + + +

Real-time Heatmap Plot Test

+ +
    +
  1. Single Series - Normal
  2. +
  3. Single Series - Beta
  4. +
  5. Single Series - Normal, Single Update
  6. +
  7. Single Series - Beta, Stream Update
  8. +
  9. Single Series - Color Override
  10. +
  11. Multi Series - Normal + Beta
  12. +
  13. Multi Series Color Override
  14. +
  15. Range Independent Bucketing
  16. +
  17. Option: buckets
  18. +
  19. Option: bucketRange
  20. +
  21. Option: bucketPadding
  22. +
  23. Option: cutOutliers
  24. +
  25. Option: opacity
  26. +
  27. Show/Hide Layer
  28. +
+ + +
+

1. Single Series - Normal

+

Select random values from the normal distribution and display them with the heatmap.

+
+
+ + + +
+

2. Single Series - Beta

+

Select random values from the Beta(2, 5) distribution and display them with the heatmap.

+
+
+ + + +
+

3. Single Sieres - Normal, Single Update

+

+ Plot the normal distribution and transition a new element when the button is pressed. +

+
+

+
+ + + +
+

4. Single Series - Beta, Stream Update

+

+ Plot the Beta(2, 5) distribution and begin streaming new elements each second once the + button is pressed. +

+
+ +
+ + + + +
+

5. Single Series - Color Override

+

Change the bucket base color to orange and plot the Beta(2, 2) distribution.

+
+
+ + + + + + +
+

6. Multi Series - Normal + Beta

+

+ Plot the Beta(2,5) and Normal distributions as two layers in a single heatmap. Stream elements to the plot + by pressing the button. The normal distribution layer is in blue and the beta in green. +

+
+ +
+ + + +
+

7. Multi Series Color Override

+

+ Plot the normal distribution and the Beta(2, 5) distribution overrding normal to be in red, and beta to + be in purple. +

+
+
+ + + + + + +
+

8. Range Independent Bucketing (Issue #41)

+

+ Discrete bucketing of sparse histogram values should produce similar looking graphs regardless + of numeric relation between the range of the plot and the number of buckets. +

+

Range [0, 100] with 20 buckets

+
+ +

Range [0, 100] with 45 buckets

+
+
+ + + +
+

9. Option: buckets

+
+

+ | + + + +

+
+ + + +
+

10. Option: bucketRange

+
+

+ | + + + + + +

+
+ + + +
+

11. Option: bucketPadding

+
+

+ | + + + + +

+
+ + + +
+

12. Option: cutOutliers

+
+

+ | + + +

+
+ + +
+

13. Option: opacity

+
+

+ | + +

+
+ + +
+

14. Show/Hide Layer

+
+

+ + | + +

+
+ + + diff --git a/debian/missing-sources/epoch/tests/render/real-time/line.html b/debian/missing-sources/epoch/tests/render/real-time/line.html new file mode 100644 index 0000000..3346c98 --- /dev/null +++ b/debian/missing-sources/epoch/tests/render/real-time/line.html @@ -0,0 +1,596 @@ + + + + + + + + + + + + +

Real-time Line Plot Test

+ +
    +
  1. Single Series
  2. +
  3. Single Series Single Transition
  4. +
  5. Single Seires Stream
  6. +
  7. Multi Series
  8. +
  9. Multi Series Single Transition
  10. +
  11. Multi Seires Stream
  12. +
  13. Color Override
  14. +
  15. Categorical Colors
  16. +
  17. Show/Hide Layers
  18. +
  19. Show/Hide Layers
  20. +
  21. Multiaxes
  22. +
+ + +
+

1. Single Series

+

+ Correctly render a single series plot of y = cos(x) + 1 over the range [0, 2π]. +

+
+
+ + + + +
+

2. Single Series Single Transition

+

+ Correctly render a single series plot of y = sin(x) + 1. When the button is pressed push a new data point to the chart and correctly animate/render the transiton. +

+
+

+
+ + + + + +
+

3. Single Seires Stream

+

Correctly play / pause a single series stream of values from the plot y = cos(x) + 1.

+
+

+
+ + + + +
+

4. Multi Series

+

Correctly render a multi series plot of the following functions:

+
    +
  • y = log(x+1)
  • +
  • y = 2*log(x+1)
  • +
  • y = 3*log(x+1)
  • +
+
+
+ + + + + +
+

5. Multi Series Single Transition

+

+ Correctly render a multi series plot of the following functions: +

    +
  • y = x
  • +
  • y = x1.25
  • +
  • y = x1.5
  • +
+ and correctly render/animate the transiton after pressing the "Next" button. +

+
+

+ +

+
+ + + + +
+

6. Multi Seires Stream

+

+ Correctly play / pause a multi series stream of values over the following plots: +

    +
  • x
  • +
  • x * log(x)
  • +
  • x * log2(x)
  • +
+

+
+

+
+ + + + +
+

7. Color Override

+

The first layer should pink, the second green, and the third blue.

+
+
+ + + + + + +
+

8. Categorical Colors

+

Correctly render and switch between different categorical colors. Unlike with the basic charts this doesn't occur just by switching the class name on the containing element. The CSS query engine must be purge and the plot must be manually redrawn, like so:

+Epoch.QueryCSS.purge();
+chart.draw();
+
+

+ +
+ +

+ + + + +

+
+ + + + +
+

9. Show/Hide Layers

+
+

+ + + | + +

+
+ + + +
+

10. Fixed Range

+

+ Render a single series plot of y = cos(x). Instead of automatically setting the range to [-1, 1], the range is manually set to [-2, 5]. +

+
+
+ + + + +
+

11. Multi-axes

+

+ Render a plot that uses independent axes ranges for the left and + right sides. +

+
+
+ + + + +
+

12. Multi-axes with Labeled Ranges

+

+ Render a plot that uses independent axes ranges for the left and + right sides that are associated to labels in the chart data. +

+
+
+ + + + diff --git a/debian/missing-sources/epoch/tests/render/real-time/model.html b/debian/missing-sources/epoch/tests/render/real-time/model.html new file mode 100644 index 0000000..6f53963 --- /dev/null +++ b/debian/missing-sources/epoch/tests/render/real-time/model.html @@ -0,0 +1,85 @@ + + + + + + + + + + + + +

Real-time Chart Model / Data Test

+ + +

+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/debian/missing-sources/epoch/tests/render/real-time/options.html b/debian/missing-sources/epoch/tests/render/real-time/options.html new file mode 100644 index 0000000..a2da792 --- /dev/null +++ b/debian/missing-sources/epoch/tests/render/real-time/options.html @@ -0,0 +1,299 @@ + + + + + + + + + + + + +

Real-time Chart Options and Events

+ +
    +
  1. Resize
  2. +
  3. Axes
  4. +
  5. Ticks
  6. +
  7. Tick Formats
  8. +
  9. Margins
  10. +
+ + +
+

1. Resize

+

Correctly Resize a Real-time Chart.

+
+

+ | + + + +

+
+ + + +
+

2. Axes

+
+
+ | + + + + + + +
+
+ + + +
+

3. Ticks

+
+

+ | + + +

+
+ + + +
+

4. Tick Formats

+
+

+ | + + +

+
+ + + +
+

5. Margins

+
+

+ | + + + +

+
+ + + \ No newline at end of file -- cgit v1.2.3