Commit 607005ec by BellCodeEditor

save project

parent cf6e2a59
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="c4fee385e2974333a9cdc8274c1ec706" class="chart-container" style="width:900px; height:500px;"></div>
<div id="530a84792d5e41f5bcf6ba6f0763b2b7" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_c4fee385e2974333a9cdc8274c1ec706 = echarts.init(
document.getElementById('c4fee385e2974333a9cdc8274c1ec706'), 'white', {renderer: 'canvas'});
var option_c4fee385e2974333a9cdc8274c1ec706 = {
var chart_530a84792d5e41f5bcf6ba6f0763b2b7 = echarts.init(
document.getElementById('530a84792d5e41f5bcf6ba6f0763b2b7'), 'white', {renderer: 'canvas'});
var option_530a84792d5e41f5bcf6ba6f0763b2b7 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_c4fee385e2974333a9cdc8274c1ec706.setOption(option_c4fee385e2974333a9cdc8274c1ec706);
chart_530a84792d5e41f5bcf6ba6f0763b2b7.setOption(option_530a84792d5e41f5bcf6ba6f0763b2b7);
</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