Commit f9c75dcf by BellCodeEditor

auto save

parent e3a473ae
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="fb16799d746142c38b1e8d39284599dc" class="chart-container" style="width:900px; height:500px;"></div>
<div id="71d1df0dc3f9445d99e3cfb680dbe58a" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_fb16799d746142c38b1e8d39284599dc = echarts.init(
document.getElementById('fb16799d746142c38b1e8d39284599dc'), 'white', {renderer: 'canvas'});
var option_fb16799d746142c38b1e8d39284599dc = {
var chart_71d1df0dc3f9445d99e3cfb680dbe58a = echarts.init(
document.getElementById('71d1df0dc3f9445d99e3cfb680dbe58a'), 'white', {renderer: 'canvas'});
var option_71d1df0dc3f9445d99e3cfb680dbe58a = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_fb16799d746142c38b1e8d39284599dc.setOption(option_fb16799d746142c38b1e8d39284599dc);
chart_71d1df0dc3f9445d99e3cfb680dbe58a.setOption(option_71d1df0dc3f9445d99e3cfb680dbe58a);
</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