Commit 661d0a86 by BellCodeEditor

save project

parent abbd1159
Showing with 17 additions and 17 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="2aa0554c306e47d5a0108155e6e0943a" class="chart-container" style="width:900px; height:500px;"></div> <div id="25bfdeb8c1bc49fc934b833002987029" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_2aa0554c306e47d5a0108155e6e0943a = echarts.init( var chart_25bfdeb8c1bc49fc934b833002987029 = echarts.init(
document.getElementById('2aa0554c306e47d5a0108155e6e0943a'), 'white', {renderer: 'canvas'}); document.getElementById('25bfdeb8c1bc49fc934b833002987029'), 'white', {renderer: 'canvas'});
var option_2aa0554c306e47d5a0108155e6e0943a = { var option_25bfdeb8c1bc49fc934b833002987029 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
], ],
[ [
"\u7b2c2\u6b21", "\u7b2c2\u6b21",
13 113
], ],
[ [
"\u7b2c3\u6b21", "\u7b2c3\u6b21",
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
], ],
[ [
"\u7b2c4\u6b21", "\u7b2c4\u6b21",
12 112
], ],
[ [
"\u7b2c5\u6b21", "\u7b2c5\u6b21",
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
], ],
[ [
"\u7b2c6\u6b21", "\u7b2c6\u6b21",
12 112
], ],
[ [
"\u7b2c7\u6b21", "\u7b2c7\u6b21",
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
], ],
[ [
"\u7b2c8\u6b21", "\u7b2c8\u6b21",
13 113
], ],
[ [
"\u7b2c9\u6b21", "\u7b2c9\u6b21",
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
], ],
[ [
"\u7b2c10\u6b21", "\u7b2c10\u6b21",
12 122
] ]
], ],
"hoverAnimation": true, "hoverAnimation": true,
...@@ -199,7 +199,7 @@ ...@@ -199,7 +199,7 @@
"data": [ "data": [
[ [
"\u7b2c1\u6b21", "\u7b2c1\u6b21",
43 143
], ],
[ [
"\u7b2c2\u6b21", "\u7b2c2\u6b21",
...@@ -207,7 +207,7 @@ ...@@ -207,7 +207,7 @@
], ],
[ [
"\u7b2c3\u6b21", "\u7b2c3\u6b21",
40 140
], ],
[ [
"\u7b2c4\u6b21", "\u7b2c4\u6b21",
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
], ],
[ [
"\u7b2c5\u6b21", "\u7b2c5\u6b21",
94 194
], ],
[ [
"\u7b2c6\u6b21", "\u7b2c6\u6b21",
...@@ -223,7 +223,7 @@ ...@@ -223,7 +223,7 @@
], ],
[ [
"\u7b2c7\u6b21", "\u7b2c7\u6b21",
21 121
], ],
[ [
"\u7b2c8\u6b21", "\u7b2c8\u6b21",
...@@ -231,7 +231,7 @@ ...@@ -231,7 +231,7 @@
], ],
[ [
"\u7b2c9\u6b21", "\u7b2c9\u6b21",
44 144
], ],
[ [
"\u7b2c10\u6b21", "\u7b2c10\u6b21",
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
"subtext": "\u9ad8254\u73ed\u6570\u5b66" "subtext": "\u9ad8254\u73ed\u6570\u5b66"
} }
}; };
chart_2aa0554c306e47d5a0108155e6e0943a.setOption(option_2aa0554c306e47d5a0108155e6e0943a); chart_25bfdeb8c1bc49fc934b833002987029.setOption(option_25bfdeb8c1bc49fc934b833002987029);
</script> </script>
</body> </body>
</html> </html>
...@@ -2,8 +2,8 @@ from pyecharts.charts import Line ...@@ -2,8 +2,8 @@ from pyecharts.charts import Line
test = ["第1次","第2次","第3次","第4次","第5次","第6次","第7次","第8次","第9次","第10次"] test = ["第1次","第2次","第3次","第4次","第5次","第6次","第7次","第8次","第9次","第10次"]
student1 = [89, 10, 78, 23, 129, 32, 86, 45, 84, 13] # 聪聪 student1 = [89, 10, 78, 23, 129, 32, 86, 45, 84, 13] # 聪聪
student2 = [12, 13, 12, 12, 13, 12, 12, 13, 13, 12] # 小杰 student2 = [12, 113, 12, 112, 13, 112, 12, 113, 13, 122] # 小杰
student3 = [43, 45, 40, 33, 94, 76, 21, 20, 44, 35] # 皮皮 student3 = [143, 45, 140, 33, 194, 76, 121, 20, 144, 35] # 皮皮
line = Line() line = Line()
......
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