Commit a104d848 by BellCodeEditor

save project

parent c14d5c23
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="d8c96523b7ba4ad29bb2092118bc02e7" class="chart-container" style="width:900px; height:500px;"></div> <div id="e592c394f0184dc286db26e44f166712" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_d8c96523b7ba4ad29bb2092118bc02e7 = echarts.init( var chart_e592c394f0184dc286db26e44f166712 = echarts.init(
document.getElementById('d8c96523b7ba4ad29bb2092118bc02e7'), 'white', {renderer: 'canvas'}); document.getElementById('e592c394f0184dc286db26e44f166712'), 'white', {renderer: 'canvas'});
var option_d8c96523b7ba4ad29bb2092118bc02e7 = { var option_e592c394f0184dc286db26e44f166712 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_d8c96523b7ba4ad29bb2092118bc02e7.setOption(option_d8c96523b7ba4ad29bb2092118bc02e7); chart_e592c394f0184dc286db26e44f166712.setOption(option_e592c394f0184dc286db26e44f166712);
</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