Commit 91035c7f by BellCodeEditor

auto save

parent 9a3ca56d
Showing with 279 additions and 16 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="4a597f91b50b4722bccc88f7421a21c4" class="chart-container" style="width:900px; height:500px;"></div>
<div id="a2f2b1caaea84128b45b4bb1db98314e" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_4a597f91b50b4722bccc88f7421a21c4 = echarts.init(
document.getElementById('4a597f91b50b4722bccc88f7421a21c4'), 'white', {renderer: 'canvas'});
var option_4a597f91b50b4722bccc88f7421a21c4 = {
var chart_a2f2b1caaea84128b45b4bb1db98314e = echarts.init(
document.getElementById('a2f2b1caaea84128b45b4bb1db98314e'), 'white', {renderer: 'canvas'});
var option_a2f2b1caaea84128b45b4bb1db98314e = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -357,7 +357,7 @@
"subtext": "\u5206\u6570"
}
};
chart_4a597f91b50b4722bccc88f7421a21c4.setOption(option_4a597f91b50b4722bccc88f7421a21c4);
chart_a2f2b1caaea84128b45b4bb1db98314e.setOption(option_a2f2b1caaea84128b45b4bb1db98314e);
</script>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Awesome-pyecharts</title>
<script type="text/javascript" src="https://assets.pyecharts.org/assets/echarts.min.js"></script>
</head>
<body>
<div id="d955ee49773940b191d655f082fb56b6" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_d955ee49773940b191d655f082fb56b6 = echarts.init(
document.getElementById('d955ee49773940b191d655f082fb56b6'), 'white', {renderer: 'canvas'});
var option_d955ee49773940b191d655f082fb56b6 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
"animationEasing": "cubicOut",
"animationDelay": 0,
"animationDurationUpdate": 300,
"animationEasingUpdate": "cubicOut",
"animationDelayUpdate": 0,
"color": [
"#c23531",
"#2f4554",
"#61a0a8",
"#d48265",
"#749f83",
"#ca8622",
"#bda29a",
"#6e7074",
"#546570",
"#c4ccd3",
"#f05b72",
"#ef5b9c",
"#f47920",
"#905a3d",
"#fab27b",
"#2a5caa",
"#444693",
"#726930",
"#b2d235",
"#6d8346",
"#ac6767",
"#1d953f",
"#6950a1",
"#918597"
],
"series": [
{
"type": "line",
"name": "\u4f53\u91cd",
"connectNulls": false,
"symbolSize": 4,
"showSymbol": true,
"smooth": false,
"clip": true,
"step": false,
"data": [
[
"\u4e00\u5c18",
"99"
],
[
"\u695a\u51fd",
"105"
],
[
"\u63a2\u63a2",
"90"
]
],
"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": "line",
"name": "\u5e74\u9f84",
"connectNulls": false,
"symbolSize": 4,
"showSymbol": true,
"smooth": false,
"clip": true,
"step": false,
"data": [
[
"\u4e00\u5c18",
"12"
],
[
"\u695a\u51fd",
"13"
],
[
"\u63a2\u63a2",
"12"
]
],
"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": "line",
"name": "\u8eab\u9ad8",
"connectNulls": false,
"symbolSize": 4,
"showSymbol": true,
"smooth": false,
"clip": true,
"step": false,
"data": [
[
"\u4e00\u5c18",
"156"
],
[
"\u695a\u51fd",
"168"
],
[
"\u63a2\u63a2",
"152"
]
],
"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": [
{
"data": [
"\u4f53\u91cd",
"\u5e74\u9f84",
"\u8eab\u9ad8"
],
"selected": {
"\u4f53\u91cd": true,
"\u5e74\u9f84": true,
"\u8eab\u9ad8": true
}
}
],
"tooltip": {
"show": true,
"trigger": "item",
"triggerOn": "mousemove|click",
"axisPointer": {
"type": "line"
},
"showContent": true,
"alwaysShowContent": false,
"showDelay": 0,
"hideDelay": 100,
"textStyle": {
"fontSize": 14
},
"borderWidth": 0,
"padding": 5
},
"xAxis": [
{
"show": true,
"scale": false,
"nameLocation": "end",
"nameGap": 15,
"gridIndex": 0,
"inverse": false,
"offset": 0,
"splitNumber": 5,
"minInterval": 0,
"splitLine": {
"show": false,
"lineStyle": {
"show": true,
"width": 1,
"opacity": 1,
"curveness": 0,
"type": "solid"
}
},
"data": [
"\u4e00\u5c18",
"\u695a\u51fd",
"\u63a2\u63a2"
]
}
],
"yAxis": [
{
"show": true,
"scale": false,
"nameLocation": "end",
"nameGap": 15,
"gridIndex": 0,
"inverse": false,
"offset": 0,
"splitNumber": 5,
"minInterval": 0,
"splitLine": {
"show": false,
"lineStyle": {
"show": true,
"width": 1,
"opacity": 1,
"curveness": 0,
"type": "solid"
}
}
}
]
};
chart_d955ee49773940b191d655f082fb56b6.setOption(option_d955ee49773940b191d655f082fb56b6);
</script>
</body>
</html>
from pyecharts.charts import Line
test = ["第1次","第2次","第3次","第4次","第5次","第6次","第7次","第8次","第9次","第10次"]
student1 = [112, 110, 118, 124, 129, 132, 136, 139, 144, 143] # 聪聪
student2 = [128, 131, 132, 129, 130, 127, 129, 131, 132, 128] # 小杰
student3 = [143, 145, 140, 133, 134, 126, 121, 120, 114, 105] #
name = ["一尘","楚函","探探"]
long=["156","168","152"]
weight=["99","105","90"]
age=["12","13","12"]
bar=Line()
bar.add_xaxis(test)
bar.add_yaxis("聪聪",student1)
bar.add_yaxis("小杰",student2)
bar.add_yaxis("皮皮",student3)
bar.set_global_opts(title_opts={"text":"成绩","subtext":"分数"})
bar.render("123.html")
\ No newline at end of file
bar.add_xaxis(name)
bar.add_yaxis("体重",weight)
bar.add_yaxis("年龄",age)
bar.add_yaxis("身高",long)
bar2
bar.render("456.html")
\ No newline at end of file
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