Commit b513bd14 by BellCodeEditor

auto save

parent 8be8abe5
<!DOCTYPE html> <!DOCTYPE html>
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="9694f6ec4e234e099d8b0a686aec35bb" class="chart-container" style="width:900px; height:500px;"></div> <div id="11b66576f2c04d419294f299021ffd55" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_9694f6ec4e234e099d8b0a686aec35bb = echarts.init( var chart_11b66576f2c04d419294f299021ffd55 = echarts.init(
document.getElementById('9694f6ec4e234e099d8b0a686aec35bb'), 'white', {renderer: 'canvas'}); document.getElementById('11b66576f2c04d419294f299021ffd55'), 'white', {renderer: 'canvas'});
var option_9694f6ec4e234e099d8b0a686aec35bb = { var option_11b66576f2c04d419294f299021ffd55 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
} }
] ]
}; };
chart_9694f6ec4e234e099d8b0a686aec35bb.setOption(option_9694f6ec4e234e099d8b0a686aec35bb); chart_11b66576f2c04d419294f299021ffd55.setOption(option_11b66576f2c04d419294f299021ffd55);
</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