Commit b7d1c86d by BellCodeEditor

save project

parent 05d954be
Showing with 19 additions and 46 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="d297157d9efa4d2f8f6631ef5ff6d8d5" class="chart-container" style="width:900px; height:500px;"></div>
<div id="978b608a2c5542f6a2024779f0e0d520" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_d297157d9efa4d2f8f6631ef5ff6d8d5 = echarts.init(
document.getElementById('d297157d9efa4d2f8f6631ef5ff6d8d5'), 'white', {renderer: 'canvas'});
var option_d297157d9efa4d2f8f6631ef5ff6d8d5 = {
var chart_978b608a2c5542f6a2024779f0e0d520 = echarts.init(
document.getElementById('978b608a2c5542f6a2024779f0e0d520'), 'white', {renderer: 'canvas'});
var option_978b608a2c5542f6a2024779f0e0d520 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -49,44 +49,17 @@
"series": [
{
"type": "bar",
"name": "\u671f\u4e2d\u8003\u8bd5\u6210\u7ee9\u8868",
"name": "\u6708\u5546\u54c1\u9500\u552e\u8868",
"legendHoverLink": true,
"data": [
92,
85,
82,
88
],
"showBackground": false,
"barWidth": 40,
"barMinHeight": 0,
"barCategoryGap": "20%",
"barGap": "30%",
"large": false,
"largeThreshold": 400,
"seriesLayoutBy": "column",
"datasetIndex": 0,
"clip": true,
"zlevel": 0,
"z": 2,
"label": {
"show": true,
"position": "top",
"margin": 8
}
},
{
"type": "bar",
"name": "\u671f\u672b\u8003\u8bd5\u6210\u7ee9\u8868",
"legendHoverLink": true,
"data": [
95,
79,
93,
5,
20,
36,
10,
75,
90
],
"showBackground": false,
"barWidth": 40,
"barMinHeight": 0,
"barCategoryGap": "20%",
"barGap": "30%",
......@@ -107,12 +80,10 @@
"legend": [
{
"data": [
"\u671f\u4e2d\u8003\u8bd5\u6210\u7ee9\u8868",
"\u671f\u672b\u8003\u8bd5\u6210\u7ee9\u8868"
"\u6708\u5546\u54c1\u9500\u552e\u8868"
],
"selected": {
"\u671f\u4e2d\u8003\u8bd5\u6210\u7ee9\u8868": true,
"\u671f\u672b\u8003\u8bd5\u6210\u7ee9\u8868": true
"\u6708\u5546\u54c1\u9500\u552e\u8868": true
}
}
],
......@@ -155,10 +126,12 @@
}
},
"data": [
"\u5364\u6c41\u8d1e",
"\u806a\u806a",
"\u5c0f\u667a",
"\u6ce2\u5947"
"\u886c\u886b",
"\u7f8a\u6bdb\u886b",
"\u96ea\u7eba\u886b",
"\u88e4\u5b50",
"\u9ad8\u8ddf\u978b",
"\u889c\u5b50"
]
}
],
......@@ -186,7 +159,7 @@
}
]
};
chart_d297157d9efa4d2f8f6631ef5ff6d8d5.setOption(option_d297157d9efa4d2f8f6631ef5ff6d8d5);
chart_978b608a2c5542f6a2024779f0e0d520.setOption(option_978b608a2c5542f6a2024779f0e0d520);
</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