Commit 4d25835c by BellCodeEditor

save project

parent e509ed49
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="01a912dc4d814882a1834a7d3790ca90" class="chart-container" style="width:900px; height:500px;"></div> <div id="3e8f3d4ff25943d2be6b1885c0ed6d50" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_01a912dc4d814882a1834a7d3790ca90 = echarts.init( var chart_3e8f3d4ff25943d2be6b1885c0ed6d50 = echarts.init(
document.getElementById('01a912dc4d814882a1834a7d3790ca90'), 'white', {renderer: 'canvas'}); document.getElementById('3e8f3d4ff25943d2be6b1885c0ed6d50'), 'white', {renderer: 'canvas'});
var option_01a912dc4d814882a1834a7d3790ca90 = { var option_3e8f3d4ff25943d2be6b1885c0ed6d50 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
} }
] ]
}; };
chart_01a912dc4d814882a1834a7d3790ca90.setOption(option_01a912dc4d814882a1834a7d3790ca90); chart_3e8f3d4ff25943d2be6b1885c0ed6d50.setOption(option_3e8f3d4ff25943d2be6b1885c0ed6d50);
</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