Commit ed957137 by BellCodeEditor

save project

parent 803d6fa2
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="41b89eba3ccd45ce9b95bae958f6069d" class="chart-container" style="width:900px; height:500px;"></div> <div id="f89ae805a02a4c1c9730571e9a3c15e0" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_41b89eba3ccd45ce9b95bae958f6069d = echarts.init( var chart_f89ae805a02a4c1c9730571e9a3c15e0 = echarts.init(
document.getElementById('41b89eba3ccd45ce9b95bae958f6069d'), 'white', {renderer: 'canvas'}); document.getElementById('f89ae805a02a4c1c9730571e9a3c15e0'), 'white', {renderer: 'canvas'});
var option_41b89eba3ccd45ce9b95bae958f6069d = { var option_f89ae805a02a4c1c9730571e9a3c15e0 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_41b89eba3ccd45ce9b95bae958f6069d.setOption(option_41b89eba3ccd45ce9b95bae958f6069d); chart_f89ae805a02a4c1c9730571e9a3c15e0.setOption(option_f89ae805a02a4c1c9730571e9a3c15e0);
</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