Commit 97029f9f by BellCodeEditor

save project

parent f7e20f57
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="edb419c673584cdaa055079be879fcfc" class="chart-container" style="width:900px; height:500px;"></div>
<div id="640ecbdecf8047dea542be132de343a3" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_edb419c673584cdaa055079be879fcfc = echarts.init(
document.getElementById('edb419c673584cdaa055079be879fcfc'), 'white', {renderer: 'canvas'});
var option_edb419c673584cdaa055079be879fcfc = {
var chart_640ecbdecf8047dea542be132de343a3 = echarts.init(
document.getElementById('640ecbdecf8047dea542be132de343a3'), 'white', {renderer: 'canvas'});
var option_640ecbdecf8047dea542be132de343a3 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_edb419c673584cdaa055079be879fcfc.setOption(option_edb419c673584cdaa055079be879fcfc);
chart_640ecbdecf8047dea542be132de343a3.setOption(option_640ecbdecf8047dea542be132de343a3);
</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