Commit 37dad736 by BellCodeEditor

save project

parent 65eb78f1
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="6495dda7f4a0443fb23d7bc973a4925f" class="chart-container" style="width:900px; height:500px;"></div>
<div id="e3ebcf1f9cc846f1bfcf3e9d10dd86f3" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_6495dda7f4a0443fb23d7bc973a4925f = echarts.init(
document.getElementById('6495dda7f4a0443fb23d7bc973a4925f'), 'white', {renderer: 'canvas'});
var option_6495dda7f4a0443fb23d7bc973a4925f = {
var chart_e3ebcf1f9cc846f1bfcf3e9d10dd86f3 = echarts.init(
document.getElementById('e3ebcf1f9cc846f1bfcf3e9d10dd86f3'), 'white', {renderer: 'canvas'});
var option_e3ebcf1f9cc846f1bfcf3e9d10dd86f3 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_6495dda7f4a0443fb23d7bc973a4925f.setOption(option_6495dda7f4a0443fb23d7bc973a4925f);
chart_e3ebcf1f9cc846f1bfcf3e9d10dd86f3.setOption(option_e3ebcf1f9cc846f1bfcf3e9d10dd86f3);
</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