Commit b9c54eab by BellCodeEditor

save project

parent 4f24a1da
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="9ebac472807744bcbcbcba54ce4b1be6" class="chart-container" style="width:900px; height:500px;"></div>
<div id="a0e8725b8cf54e0891e05c2f8ce40d1b" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_9ebac472807744bcbcbcba54ce4b1be6 = echarts.init(
document.getElementById('9ebac472807744bcbcbcba54ce4b1be6'), 'white', {renderer: 'canvas'});
var option_9ebac472807744bcbcbcba54ce4b1be6 = {
var chart_a0e8725b8cf54e0891e05c2f8ce40d1b = echarts.init(
document.getElementById('a0e8725b8cf54e0891e05c2f8ce40d1b'), 'white', {renderer: 'canvas'});
var option_a0e8725b8cf54e0891e05c2f8ce40d1b = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -348,7 +348,7 @@
}
]
};
chart_9ebac472807744bcbcbcba54ce4b1be6.setOption(option_9ebac472807744bcbcbcba54ce4b1be6);
chart_a0e8725b8cf54e0891e05c2f8ce40d1b.setOption(option_a0e8725b8cf54e0891e05c2f8ce40d1b);
</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