Commit 57b71521 by BellCodeEditor

auto save

parent 3c181931
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="bdf8476beccd430bb26c90c5e0d2c178" class="chart-container" style="width:900px; height:500px;"></div> <div id="ce979d33b54f4383a48e3b9485f32b2e" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_bdf8476beccd430bb26c90c5e0d2c178 = echarts.init( var chart_ce979d33b54f4383a48e3b9485f32b2e = echarts.init(
document.getElementById('bdf8476beccd430bb26c90c5e0d2c178'), 'white', {renderer: 'canvas'}); document.getElementById('ce979d33b54f4383a48e3b9485f32b2e'), 'white', {renderer: 'canvas'});
var option_bdf8476beccd430bb26c90c5e0d2c178 = { var option_ce979d33b54f4383a48e3b9485f32b2e = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
} }
] ]
}; };
chart_bdf8476beccd430bb26c90c5e0d2c178.setOption(option_bdf8476beccd430bb26c90c5e0d2c178); chart_ce979d33b54f4383a48e3b9485f32b2e.setOption(option_ce979d33b54f4383a48e3b9485f32b2e);
</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