Commit e31c9244 by BellCodeEditor

save project

parent f028b416
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="4ffa158c26714a38b7c7ec35e6b15827" class="chart-container" style="width:900px; height:500px;"></div> <div id="2235c6dea1d34a61ab934dc16d985efa" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_4ffa158c26714a38b7c7ec35e6b15827 = echarts.init( var chart_2235c6dea1d34a61ab934dc16d985efa = echarts.init(
document.getElementById('4ffa158c26714a38b7c7ec35e6b15827'), 'white', {renderer: 'canvas'}); document.getElementById('2235c6dea1d34a61ab934dc16d985efa'), 'white', {renderer: 'canvas'});
var option_4ffa158c26714a38b7c7ec35e6b15827 = { var option_2235c6dea1d34a61ab934dc16d985efa = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_4ffa158c26714a38b7c7ec35e6b15827.setOption(option_4ffa158c26714a38b7c7ec35e6b15827); chart_2235c6dea1d34a61ab934dc16d985efa.setOption(option_2235c6dea1d34a61ab934dc16d985efa);
</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