improved graphing

This commit is contained in:
2024-12-03 21:00:31 -08:00
parent 3eafc20e9d
commit 1fb3ef02db
9 changed files with 279 additions and 36 deletions

View File

@@ -12,7 +12,7 @@ provide(WEBSOCKET_SYMBOL, websocket);
<template>
<main>
<Graph :width=1500 :height=800>
<Graph :width=1500 :height=800 :border="48">
<Axis>
<Line data="simple_producer/sin" color="#FF0000"></Line>
<Line data="simple_producer/cos" color="#00FF00"></Line>