improve numeric labeling

This commit is contained in:
2025-01-01 14:28:05 -05:00
parent ac2014d27d
commit 6a8e076ee7
7 changed files with 124 additions and 57 deletions

View File

@@ -14,8 +14,7 @@ provide(WEBSOCKET_SYMBOL, websocket);
<Graph
:width="800"
:height="400"
:border_top_bottom="24"
:border_left_right="128"
:right_axis="true"
>
<Axis>
<Line data="simple_producer/time_offset"></Line>
@@ -26,9 +25,8 @@ provide(WEBSOCKET_SYMBOL, websocket);
<Graph
:width="800"
:height="400"
:border_top_bottom="24"
:border_left_right="128"
:duration="60 * 1000 * 10"
:right_axis="true"
>
<Axis>
<Line
@@ -68,16 +66,12 @@ provide(WEBSOCKET_SYMBOL, websocket);
<Graph
:width="800"
:height="400"
:border_top_bottom="24"
:border_left_right="128"
:duration="5 * 1000"
>
</Graph>
<Graph
:width="800"
:height="400"
:border_top_bottom="24"
:border_left_right="128"
:duration="2 * 1000"
>
</Graph>