Commit c80597c9 by BellCodeEditor

save project

parent eda96f81
Showing with 7 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="546f1a2f8abc49ffb349cada17ad7dc3" class="chart-container" style="width:900px; height:500px;"></div>
<div id="15c06513bec74654aa2870d6656d70b1" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_546f1a2f8abc49ffb349cada17ad7dc3 = echarts.init(
document.getElementById('546f1a2f8abc49ffb349cada17ad7dc3'), 'white', {renderer: 'canvas'});
var option_546f1a2f8abc49ffb349cada17ad7dc3 = {
var chart_15c06513bec74654aa2870d6656d70b1 = echarts.init(
document.getElementById('15c06513bec74654aa2870d6656d70b1'), 'white', {renderer: 'canvas'});
var option_15c06513bec74654aa2870d6656d70b1 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -58,6 +58,7 @@
88
],
"showBackground": false,
"barWidth": 10,
"barMinHeight": 0,
"barCategoryGap": "20%",
"barGap": "30%",
......@@ -85,6 +86,7 @@
90
],
"showBackground": false,
"barWidth": 10,
"barMinHeight": 0,
"barCategoryGap": "20%",
"barGap": "30%",
......@@ -184,7 +186,7 @@
}
]
};
chart_546f1a2f8abc49ffb349cada17ad7dc3.setOption(option_546f1a2f8abc49ffb349cada17ad7dc3);
chart_15c06513bec74654aa2870d6656d70b1.setOption(option_15c06513bec74654aa2870d6656d70b1);
</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