Commit 4d43602b by BellCodeEditor

save project

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