Commit c11118cc by BellCodeEditor

auto save

parent 565dd890
Showing with 6 additions and 6 deletions
<!DOCTYPE html> <!DOCTYPE html>
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="842a395157b34a6b835abaaf9d6717a0" class="chart-container" style="width:900px; height:500px;"></div> <div id="bb836a4730944deb8c6a204af072dcdc" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_842a395157b34a6b835abaaf9d6717a0 = echarts.init( var chart_bb836a4730944deb8c6a204af072dcdc = echarts.init(
document.getElementById('842a395157b34a6b835abaaf9d6717a0'), 'white', {renderer: 'canvas'}); document.getElementById('bb836a4730944deb8c6a204af072dcdc'), 'white', {renderer: 'canvas'});
var option_842a395157b34a6b835abaaf9d6717a0 = { var option_bb836a4730944deb8c6a204af072dcdc = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
} }
] ]
}; };
chart_842a395157b34a6b835abaaf9d6717a0.setOption(option_842a395157b34a6b835abaaf9d6717a0); chart_bb836a4730944deb8c6a204af072dcdc.setOption(option_bb836a4730944deb8c6a204af072dcdc);
</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