Commit 56fbb13b by BellCodeEditor

save project

parent 8ab0a48f
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="fc53de47a58a482fb782ffaf576343a2" class="chart-container" style="width:900px; height:500px;"></div> <div id="1fe1369f935641248497b70f971f3951" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_fc53de47a58a482fb782ffaf576343a2 = echarts.init( var chart_1fe1369f935641248497b70f971f3951 = echarts.init(
document.getElementById('fc53de47a58a482fb782ffaf576343a2'), 'white', {renderer: 'canvas'}); document.getElementById('1fe1369f935641248497b70f971f3951'), 'white', {renderer: 'canvas'});
var option_fc53de47a58a482fb782ffaf576343a2 = { var option_1fe1369f935641248497b70f971f3951 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
} }
] ]
}; };
chart_fc53de47a58a482fb782ffaf576343a2.setOption(option_fc53de47a58a482fb782ffaf576343a2); chart_1fe1369f935641248497b70f971f3951.setOption(option_1fe1369f935641248497b70f971f3951);
</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