Commit 65342df8 by BellCodeEditor

save project

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