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