Commit 475a1a5f by BellCodeEditor

save project

parent 4d43602b
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="0c08e06f4ab54c57b40383886f9057d1" class="chart-container" style="width:900px; height:500px;"></div> <div id="3efa75ad83f54b67a078ba275de1a6ce" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_0c08e06f4ab54c57b40383886f9057d1 = echarts.init( var chart_3efa75ad83f54b67a078ba275de1a6ce = echarts.init(
document.getElementById('0c08e06f4ab54c57b40383886f9057d1'), 'white', {renderer: 'canvas'}); document.getElementById('3efa75ad83f54b67a078ba275de1a6ce'), 'white', {renderer: 'canvas'});
var option_0c08e06f4ab54c57b40383886f9057d1 = { var option_3efa75ad83f54b67a078ba275de1a6ce = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -192,7 +192,7 @@ ...@@ -192,7 +192,7 @@
} }
] ]
}; };
chart_0c08e06f4ab54c57b40383886f9057d1.setOption(option_0c08e06f4ab54c57b40383886f9057d1); chart_3efa75ad83f54b67a078ba275de1a6ce.setOption(option_3efa75ad83f54b67a078ba275de1a6ce);
</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