Commit b313faa5 by BellCodeEditor

save project

parent c8820341
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="4140e72b304f4cfb8211a35c397e4324" class="chart-container" style="width:900px; height:500px;"></div> <div id="f8a1d9bacc3b42d7be8244e701dc5af4" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_4140e72b304f4cfb8211a35c397e4324 = echarts.init( var chart_f8a1d9bacc3b42d7be8244e701dc5af4 = echarts.init(
document.getElementById('4140e72b304f4cfb8211a35c397e4324'), 'white', {renderer: 'canvas'}); document.getElementById('f8a1d9bacc3b42d7be8244e701dc5af4'), 'white', {renderer: 'canvas'});
var option_4140e72b304f4cfb8211a35c397e4324 = { var option_f8a1d9bacc3b42d7be8244e701dc5af4 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
} }
] ]
}; };
chart_4140e72b304f4cfb8211a35c397e4324.setOption(option_4140e72b304f4cfb8211a35c397e4324); chart_f8a1d9bacc3b42d7be8244e701dc5af4.setOption(option_f8a1d9bacc3b42d7be8244e701dc5af4);
</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