Commit 48150346 by BellCodeEditor

auto save

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