Commit 1649eb27 by BellCodeEditor

save project

parent c1cf23c5
Showing with 56 additions and 18 deletions
...@@ -3,5 +3,5 @@ bar=Bar() ...@@ -3,5 +3,5 @@ bar=Bar()
subjects = ["语文","数学","英语","地理","历史","政治","生物","化学","物理"] subjects = ["语文","数学","英语","地理","历史","政治","生物","化学","物理"]
scores = [88, 95, 96, 94, 62, 66, 64, 93, 89] scores = [88, 95, 96, 94, 62, 66, 64, 93, 89]
bar.add_xaxis(subjects) bar.add_xaxis(subjects)
bar.add_xaxis(scores) bar.add_yaxis("fen",scores)
bar.render() bar.render()
\ No newline at end of file
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="34f3b00ccaed4c9cad8a8a88a6ea9a1b" class="chart-container" style="width:900px; height:500px;"></div> <div id="4fa67d423fe04b0794f4753b1edb4174" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_34f3b00ccaed4c9cad8a8a88a6ea9a1b = echarts.init( var chart_4fa67d423fe04b0794f4753b1edb4174 = echarts.init(
document.getElementById('34f3b00ccaed4c9cad8a8a88a6ea9a1b'), 'white', {renderer: 'canvas'}); document.getElementById('4fa67d423fe04b0794f4753b1edb4174'), 'white', {renderer: 'canvas'});
var option_34f3b00ccaed4c9cad8a8a88a6ea9a1b = { var option_4fa67d423fe04b0794f4753b1edb4174 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -46,11 +46,48 @@ ...@@ -46,11 +46,48 @@
"#6950a1", "#6950a1",
"#918597" "#918597"
], ],
"series": [], "series": [
{
"type": "bar",
"name": "fen",
"legendHoverLink": true,
"data": [
88,
95,
96,
94,
62,
66,
64,
93,
89
],
"showBackground": false,
"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
}
}
],
"legend": [ "legend": [
{ {
"data": [], "data": [
"selected": {} "fen"
],
"selected": {
"fen": true
}
} }
], ],
"tooltip": { "tooltip": {
...@@ -92,15 +129,15 @@ ...@@ -92,15 +129,15 @@
} }
}, },
"data": [ "data": [
88, "\u8bed\u6587",
95, "\u6570\u5b66",
96, "\u82f1\u8bed",
94, "\u5730\u7406",
62, "\u5386\u53f2",
66, "\u653f\u6cbb",
64, "\u751f\u7269",
93, "\u5316\u5b66",
89 "\u7269\u7406"
] ]
} }
], ],
...@@ -128,7 +165,7 @@ ...@@ -128,7 +165,7 @@
} }
] ]
}; };
chart_34f3b00ccaed4c9cad8a8a88a6ea9a1b.setOption(option_34f3b00ccaed4c9cad8a8a88a6ea9a1b); chart_4fa67d423fe04b0794f4753b1edb4174.setOption(option_4fa67d423fe04b0794f4753b1edb4174);
</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