Commit 92144b0a by BellCodeEditor

save project

parent 79e06855
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="26a5c6a507944057a85fe9f57af2df3d" class="chart-container" style="width:900px; height:500px;"></div>
<div id="3851f0550b844376b82d491bd8b119b3" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_26a5c6a507944057a85fe9f57af2df3d = echarts.init(
document.getElementById('26a5c6a507944057a85fe9f57af2df3d'), 'white', {renderer: 'canvas'});
var option_26a5c6a507944057a85fe9f57af2df3d = {
var chart_3851f0550b844376b82d491bd8b119b3 = echarts.init(
document.getElementById('3851f0550b844376b82d491bd8b119b3'), 'white', {renderer: 'canvas'});
var option_3851f0550b844376b82d491bd8b119b3 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -185,7 +185,7 @@
}
]
};
chart_26a5c6a507944057a85fe9f57af2df3d.setOption(option_26a5c6a507944057a85fe9f57af2df3d);
chart_3851f0550b844376b82d491bd8b119b3.setOption(option_3851f0550b844376b82d491bd8b119b3);
</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