Commit 1dde947a by BellCodeEditor

save project

parent defb4152
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="46096c6e01464306b7580762e54a5128" class="chart-container" style="width:900px; height:500px;"></div> <div id="8d29c60f78754e138cc531ac16f61743" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_46096c6e01464306b7580762e54a5128 = echarts.init( var chart_8d29c60f78754e138cc531ac16f61743 = echarts.init(
document.getElementById('46096c6e01464306b7580762e54a5128'), 'white', {renderer: 'canvas'}); document.getElementById('8d29c60f78754e138cc531ac16f61743'), 'white', {renderer: 'canvas'});
var option_46096c6e01464306b7580762e54a5128 = { var option_8d29c60f78754e138cc531ac16f61743 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
} }
] ]
}; };
chart_46096c6e01464306b7580762e54a5128.setOption(option_46096c6e01464306b7580762e54a5128); chart_8d29c60f78754e138cc531ac16f61743.setOption(option_8d29c60f78754e138cc531ac16f61743);
</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