improves performance
This commit is contained in:
@@ -12,24 +12,47 @@ provide(WEBSOCKET_SYMBOL, websocket);
|
||||
<template>
|
||||
<main>
|
||||
<Graph
|
||||
:width="1500"
|
||||
:height="800"
|
||||
:width="800"
|
||||
:height="400"
|
||||
:border_top_bottom="24"
|
||||
:border_left_right="128"
|
||||
>
|
||||
<Axis>
|
||||
<Line data="simple_producer/sin"></Line>
|
||||
<Line data="simple_producer/cos4"></Line>
|
||||
</Axis>
|
||||
</Graph>
|
||||
<Graph
|
||||
:width="800"
|
||||
:height="400"
|
||||
:border_top_bottom="24"
|
||||
:border_left_right="128"
|
||||
>
|
||||
<Axis>
|
||||
<Line data="simple_producer/sin2"></Line>
|
||||
<Line data="simple_producer/cos"></Line>
|
||||
<!-- <Line data="simple_producer/sin2"></Line>-->
|
||||
<!-- <Line data="simple_producer/cos2"></Line>-->
|
||||
<!-- <Line data="simple_producer/sin3"></Line>-->
|
||||
<!-- <Line data="simple_producer/cos3"></Line>-->
|
||||
<!-- <Line data="simple_producer/sin4"></Line>-->
|
||||
<!-- <Line data="simple_producer/cos4"></Line>-->
|
||||
<!-- <Line data="simple_producer/sin5"></Line>-->
|
||||
<!-- <Line data="simple_producer/cos5"></Line>-->
|
||||
<!-- <Line data="simple_producer/sin6"></Line>-->
|
||||
<!-- <Line data="simple_producer/cos6"></Line>-->
|
||||
</Axis>
|
||||
</Graph>
|
||||
<Graph
|
||||
:width="800"
|
||||
:height="400"
|
||||
:border_top_bottom="24"
|
||||
:border_left_right="128"
|
||||
>
|
||||
<Axis>
|
||||
<Line data="simple_producer/sin3"></Line>
|
||||
<Line data="simple_producer/cos2"></Line>
|
||||
</Axis>
|
||||
</Graph>
|
||||
<Graph
|
||||
:width="800"
|
||||
:height="400"
|
||||
:border_top_bottom="24"
|
||||
:border_left_right="128"
|
||||
>
|
||||
<Axis>
|
||||
<Line data="simple_producer/sin4"></Line>
|
||||
<Line data="simple_producer/cos3"></Line>
|
||||
</Axis>
|
||||
</Graph>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user