Commit 48150346 by BellCodeEditor

auto save

parent 6d6577f8
Showing with 7 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="1677924d8a374303850d954490de7ec2" class="chart-container" style="width:900px; height:500px;"></div>
<div id="3abdf61bca1548b59d17a8b4b811f4ce" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_1677924d8a374303850d954490de7ec2 = echarts.init(
document.getElementById('1677924d8a374303850d954490de7ec2'), 'white', {renderer: 'canvas'});
var option_1677924d8a374303850d954490de7ec2 = {
var chart_3abdf61bca1548b59d17a8b4b811f4ce = echarts.init(
document.getElementById('3abdf61bca1548b59d17a8b4b811f4ce'), 'white', {renderer: 'canvas'});
var option_3abdf61bca1548b59d17a8b4b811f4ce = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -58,6 +58,7 @@
88
],
"showBackground": false,
"barWidth": 40,
"barMinHeight": 0,
"barCategoryGap": "20%",
"barGap": "30%",
......@@ -85,6 +86,7 @@
90
],
"showBackground": false,
"barWidth": 40,
"barMinHeight": 0,
"barCategoryGap": "20%",
"barGap": "30%",
......@@ -184,7 +186,7 @@
}
]
};
chart_1677924d8a374303850d954490de7ec2.setOption(option_1677924d8a374303850d954490de7ec2);
chart_3abdf61bca1548b59d17a8b4b811f4ce.setOption(option_3abdf61bca1548b59d17a8b4b811f4ce);
</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