Commit 12f91d4d by BellCodeEditor

save project

parent b2dd7a16
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="978cea6eb2d34d46b1b9b00e62ab0d3e" class="chart-container" style="width:900px; height:500px;"></div> <div id="6a47343222c24bc09c2e7927c169f0ce" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_978cea6eb2d34d46b1b9b00e62ab0d3e = echarts.init( var chart_6a47343222c24bc09c2e7927c169f0ce = echarts.init(
document.getElementById('978cea6eb2d34d46b1b9b00e62ab0d3e'), 'white', {renderer: 'canvas'}); document.getElementById('6a47343222c24bc09c2e7927c169f0ce'), 'white', {renderer: 'canvas'});
var option_978cea6eb2d34d46b1b9b00e62ab0d3e = { var option_6a47343222c24bc09c2e7927c169f0ce = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_978cea6eb2d34d46b1b9b00e62ab0d3e.setOption(option_978cea6eb2d34d46b1b9b00e62ab0d3e); chart_6a47343222c24bc09c2e7927c169f0ce.setOption(option_6a47343222c24bc09c2e7927c169f0ce);
</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