Commit b2dd7a16 by BellCodeEditor

save project

parent 17f06c6a
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="f6222900c1b945c493a4e0f266438658" class="chart-container" style="width:900px; height:500px;"></div> <div id="978cea6eb2d34d46b1b9b00e62ab0d3e" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_f6222900c1b945c493a4e0f266438658 = echarts.init( var chart_978cea6eb2d34d46b1b9b00e62ab0d3e = echarts.init(
document.getElementById('f6222900c1b945c493a4e0f266438658'), 'white', {renderer: 'canvas'}); document.getElementById('978cea6eb2d34d46b1b9b00e62ab0d3e'), 'white', {renderer: 'canvas'});
var option_f6222900c1b945c493a4e0f266438658 = { var option_978cea6eb2d34d46b1b9b00e62ab0d3e = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_f6222900c1b945c493a4e0f266438658.setOption(option_f6222900c1b945c493a4e0f266438658); chart_978cea6eb2d34d46b1b9b00e62ab0d3e.setOption(option_978cea6eb2d34d46b1b9b00e62ab0d3e);
</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