Commit 5beec3ad by BellCodeEditor

save project

parent 0e901f1c
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="dddfdd2e89e9422cabbc1ee887708b5c" class="chart-container" style="width:900px; height:500px;"></div> <div id="762a982ecab7493c9d634899b10f4003" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_dddfdd2e89e9422cabbc1ee887708b5c = echarts.init( var chart_762a982ecab7493c9d634899b10f4003 = echarts.init(
document.getElementById('dddfdd2e89e9422cabbc1ee887708b5c'), 'white', {renderer: 'canvas'}); document.getElementById('762a982ecab7493c9d634899b10f4003'), 'white', {renderer: 'canvas'});
var option_dddfdd2e89e9422cabbc1ee887708b5c = { var option_762a982ecab7493c9d634899b10f4003 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
} }
] ]
}; };
chart_dddfdd2e89e9422cabbc1ee887708b5c.setOption(option_dddfdd2e89e9422cabbc1ee887708b5c); chart_762a982ecab7493c9d634899b10f4003.setOption(option_762a982ecab7493c9d634899b10f4003);
</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