Commit 0556b08d by BellCodeEditor

save project

parent e17f4e8c
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="e1561018b2d247a8a6b40d4d085b4646" class="chart-container" style="width:900px; height:500px;"></div>
<div id="0598a138504943a0b631836e5f5fbfa4" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_e1561018b2d247a8a6b40d4d085b4646 = echarts.init(
document.getElementById('e1561018b2d247a8a6b40d4d085b4646'), 'white', {renderer: 'canvas'});
var option_e1561018b2d247a8a6b40d4d085b4646 = {
var chart_0598a138504943a0b631836e5f5fbfa4 = echarts.init(
document.getElementById('0598a138504943a0b631836e5f5fbfa4'), 'white', {renderer: 'canvas'});
var option_0598a138504943a0b631836e5f5fbfa4 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -348,7 +348,7 @@
}
]
};
chart_e1561018b2d247a8a6b40d4d085b4646.setOption(option_e1561018b2d247a8a6b40d4d085b4646);
chart_0598a138504943a0b631836e5f5fbfa4.setOption(option_0598a138504943a0b631836e5f5fbfa4);
</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