Commit 9d6ef26d by BellCodeEditor

save project

parent 60416adf
Showing with 6 additions and 6 deletions
<!DOCTYPE html>
<!DOCTYPE html>
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="862b34a399a042a4944498b822827a89" class="chart-container" style="width:900px; height:500px;"></div>
<div id="e199994b731c42d1b7d3ca4b1fbc4612" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_862b34a399a042a4944498b822827a89 = echarts.init(
document.getElementById('862b34a399a042a4944498b822827a89'), 'white', {renderer: 'canvas'});
var option_862b34a399a042a4944498b822827a89 = {
var chart_e199994b731c42d1b7d3ca4b1fbc4612 = echarts.init(
document.getElementById('e199994b731c42d1b7d3ca4b1fbc4612'), 'white', {renderer: 'canvas'});
var option_e199994b731c42d1b7d3ca4b1fbc4612 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -148,7 +148,7 @@
}
]
};
chart_862b34a399a042a4944498b822827a89.setOption(option_862b34a399a042a4944498b822827a89);
chart_e199994b731c42d1b7d3ca4b1fbc4612.setOption(option_e199994b731c42d1b7d3ca4b1fbc4612);
</script>
</body>
</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