Commit a2b612d2 by BellCodeEditor

save project

parent 1c0c34b0
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="a0c3f60a43044613a163e799f6f04f7e" class="chart-container" style="width:900px; height:500px;"></div> <div id="acb244eae0174a97b068adba2ee7fb55" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_a0c3f60a43044613a163e799f6f04f7e = echarts.init( var chart_acb244eae0174a97b068adba2ee7fb55 = echarts.init(
document.getElementById('a0c3f60a43044613a163e799f6f04f7e'), 'white', {renderer: 'canvas'}); document.getElementById('acb244eae0174a97b068adba2ee7fb55'), 'white', {renderer: 'canvas'});
var option_a0c3f60a43044613a163e799f6f04f7e = { var option_acb244eae0174a97b068adba2ee7fb55 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
} }
] ]
}; };
chart_a0c3f60a43044613a163e799f6f04f7e.setOption(option_a0c3f60a43044613a163e799f6f04f7e); chart_acb244eae0174a97b068adba2ee7fb55.setOption(option_acb244eae0174a97b068adba2ee7fb55);
</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