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/gauge.html | 283 +++++++++++++++++++++ 1 file changed, 283 insertions(+) create mode 100644 debian/missing-sources/epoch/tests/render/real-time/gauge.html (limited to 'debian/missing-sources/epoch/tests/render/real-time/gauge.html') 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

+
+

+ | + + +

+
+ + + -- cgit v1.2.3