Commit eb28b19c by BellCodeEditor

auto save

parent cefc5f1b
Showing with 77 additions and 41 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="013be2815b344d7b869c71303bf099c2" class="chart-container" style="width:900px; height:500px;"></div>
<div id="3b4a8d70f7de4354a3587a332d2c1a2c" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_013be2815b344d7b869c71303bf099c2 = echarts.init(
document.getElementById('013be2815b344d7b869c71303bf099c2'), 'white', {renderer: 'canvas'});
var option_013be2815b344d7b869c71303bf099c2 = {
var chart_3b4a8d70f7de4354a3587a332d2c1a2c = echarts.init(
document.getElementById('3b4a8d70f7de4354a3587a332d2c1a2c'), 'white', {renderer: 'canvas'});
var option_3b4a8d70f7de4354a3587a332d2c1a2c = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -48,60 +48,96 @@
],
"series": [
{
"type": "bar",
"type": "line",
"name": "\u4e2d",
"legendHoverLink": true,
"connectNulls": false,
"symbolSize": 4,
"showSymbol": true,
"smooth": false,
"clip": true,
"step": false,
"data": [
92,
95,
82,
[
"\u6d48\u6d48",
92
],
[
"\u806a\u806a",
95
],
[
"\u5c0f\u667a",
82
],
[
"\u6ce2\u5947",
88
]
],
"showBackground": false,
"barWidth": 10,
"barMinHeight": 0,
"barCategoryGap": "20%",
"barGap": "30%",
"large": false,
"largeThreshold": 400,
"seriesLayoutBy": "column",
"datasetIndex": 0,
"clip": true,
"zlevel": 0,
"z": 2,
"hoverAnimation": true,
"label": {
"show": true,
"position": "top",
"margin": 8
}
},
"lineStyle": {
"show": true,
"width": 1,
"opacity": 1,
"curveness": 0,
"type": "solid"
},
"areaStyle": {
"opacity": 0
},
"zlevel": 0,
"z": 0
},
{
"type": "bar",
"type": "line",
"name": "\u672b",
"legendHoverLink": true,
"connectNulls": false,
"symbolSize": 4,
"showSymbol": true,
"smooth": false,
"clip": true,
"step": false,
"data": [
95,
79,
93,
[
"\u6d48\u6d48",
95
],
[
"\u806a\u806a",
79
],
[
"\u5c0f\u667a",
93
],
[
"\u6ce2\u5947",
90
]
],
"showBackground": false,
"barWidth": 10,
"barMinHeight": 0,
"barCategoryGap": "20%",
"barGap": "30%",
"large": false,
"largeThreshold": 400,
"seriesLayoutBy": "column",
"datasetIndex": 0,
"clip": true,
"zlevel": 0,
"z": 2,
"hoverAnimation": true,
"label": {
"show": true,
"position": "top",
"margin": 8
}
},
"lineStyle": {
"show": true,
"width": 1,
"opacity": 1,
"curveness": 0,
"type": "solid"
},
"areaStyle": {
"opacity": 0
},
"zlevel": 0,
"z": 0
}
],
"legend": [
......@@ -186,7 +222,7 @@
}
]
};
chart_013be2815b344d7b869c71303bf099c2.setOption(option_013be2815b344d7b869c71303bf099c2);
chart_3b4a8d70f7de4354a3587a332d2c1a2c.setOption(option_3b4a8d70f7de4354a3587a332d2c1a2c);
</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