Commit 91e5a513 by BellCodeEditor

auto save

parent c850b50d
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="2d213b2d06374f81a88a9cbb6eebc6e8" class="chart-container" style="width:900px; height:500px;"></div> <div id="120a6582d3eb43f793ade91493177852" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_2d213b2d06374f81a88a9cbb6eebc6e8 = echarts.init( var chart_120a6582d3eb43f793ade91493177852 = echarts.init(
document.getElementById('2d213b2d06374f81a88a9cbb6eebc6e8'), 'white', {renderer: 'canvas'}); document.getElementById('120a6582d3eb43f793ade91493177852'), 'white', {renderer: 'canvas'});
var option_2d213b2d06374f81a88a9cbb6eebc6e8 = { var option_120a6582d3eb43f793ade91493177852 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_2d213b2d06374f81a88a9cbb6eebc6e8.setOption(option_2d213b2d06374f81a88a9cbb6eebc6e8); chart_120a6582d3eb43f793ade91493177852.setOption(option_120a6582d3eb43f793ade91493177852);
</script> </script>
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment