improve numeric labeling
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user