Commit 92e70594 by BellCodeEditor

save project

parent 03ba32d4
Showing with 6 additions and 6 deletions
<!DOCTYPE html> <!DOCTYPE html>
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="7d44eff58b4b44548c23e71e9141f90d" class="chart-container" style="width:900px; height:500px;"></div> <div id="aeb5d7d35051409795a09ea188a0e168" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_7d44eff58b4b44548c23e71e9141f90d = echarts.init( var chart_aeb5d7d35051409795a09ea188a0e168 = echarts.init(
document.getElementById('7d44eff58b4b44548c23e71e9141f90d'), 'white', {renderer: 'canvas'}); document.getElementById('aeb5d7d35051409795a09ea188a0e168'), 'white', {renderer: 'canvas'});
var option_7d44eff58b4b44548c23e71e9141f90d = { var option_aeb5d7d35051409795a09ea188a0e168 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_7d44eff58b4b44548c23e71e9141f90d.setOption(option_7d44eff58b4b44548c23e71e9141f90d); chart_aeb5d7d35051409795a09ea188a0e168.setOption(option_aeb5d7d35051409795a09ea188a0e168);
</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