Commit 253113fa by BellCodeEditor

save project

parent a5cb6e70
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="5e932786f9d442dd94c021ab7e32ba91" class="chart-container" style="width:900px; height:500px;"></div> <div id="e6341c0fc7f040da83695ef17048ef77" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_5e932786f9d442dd94c021ab7e32ba91 = echarts.init( var chart_e6341c0fc7f040da83695ef17048ef77 = echarts.init(
document.getElementById('5e932786f9d442dd94c021ab7e32ba91'), 'white', {renderer: 'canvas'}); document.getElementById('e6341c0fc7f040da83695ef17048ef77'), 'white', {renderer: 'canvas'});
var option_5e932786f9d442dd94c021ab7e32ba91 = { var option_e6341c0fc7f040da83695ef17048ef77 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
"subtext": "\u9ad8SB\u73ed\u6570\u5b66" "subtext": "\u9ad8SB\u73ed\u6570\u5b66"
} }
}; };
chart_5e932786f9d442dd94c021ab7e32ba91.setOption(option_5e932786f9d442dd94c021ab7e32ba91); chart_e6341c0fc7f040da83695ef17048ef77.setOption(option_e6341c0fc7f040da83695ef17048ef77);
</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