Commit 013cdcde by BellCodeEditor

save project

parent 71e9c082
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="b5e79810777e42e48cd6f0ae8ee4c1ae" class="chart-container" style="width:900px; height:500px;"></div>
<div id="d6cd7cd594254e6ab96113b6e15ad6a1" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_b5e79810777e42e48cd6f0ae8ee4c1ae = echarts.init(
document.getElementById('b5e79810777e42e48cd6f0ae8ee4c1ae'), 'white', {renderer: 'canvas'});
var option_b5e79810777e42e48cd6f0ae8ee4c1ae = {
var chart_d6cd7cd594254e6ab96113b6e15ad6a1 = echarts.init(
document.getElementById('d6cd7cd594254e6ab96113b6e15ad6a1'), 'white', {renderer: 'canvas'});
var option_d6cd7cd594254e6ab96113b6e15ad6a1 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_b5e79810777e42e48cd6f0ae8ee4c1ae.setOption(option_b5e79810777e42e48cd6f0ae8ee4c1ae);
chart_d6cd7cd594254e6ab96113b6e15ad6a1.setOption(option_d6cd7cd594254e6ab96113b6e15ad6a1);
</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