Commit 65dfe234 by BellCodeEditor

save project

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