Commit 451a4f60 by BellCodeEditor

save project

parent 7538ecbc
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="aedc65f3a2d543f484326accdf4a0229" class="chart-container" style="width:900px; height:500px;"></div> <div id="4846852d01734afcbac9eb720f647e19" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_aedc65f3a2d543f484326accdf4a0229 = echarts.init( var chart_4846852d01734afcbac9eb720f647e19 = echarts.init(
document.getElementById('aedc65f3a2d543f484326accdf4a0229'), 'white', {renderer: 'canvas'}); document.getElementById('4846852d01734afcbac9eb720f647e19'), 'white', {renderer: 'canvas'});
var option_aedc65f3a2d543f484326accdf4a0229 = { var option_4846852d01734afcbac9eb720f647e19 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
"padding": 5 "padding": 5
} }
}; };
chart_aedc65f3a2d543f484326accdf4a0229.setOption(option_aedc65f3a2d543f484326accdf4a0229); chart_4846852d01734afcbac9eb720f647e19.setOption(option_4846852d01734afcbac9eb720f647e19);
</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