applies formatting and linting

This commit is contained in:
2025-01-01 15:51:19 -05:00
parent 825b85ddad
commit 59431ebfff
13 changed files with 325 additions and 179 deletions

View File

@@ -66,18 +66,8 @@ provide(WEBSOCKET_SYMBOL, websocket);
></Line>
</Axis>
</Graph>
<Graph
:width="800"
:height="400"
:duration="5 * 1000"
>
</Graph>
<Graph
:width="800"
:height="400"
:duration="2 * 1000"
>
</Graph>
<Graph :width="800" :height="400" :duration="5 * 1000"> </Graph>
<Graph :width="800" :height="400" :duration="2 * 1000"> </Graph>
</main>
</template>