Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
level3-lesson24-diy2
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
508014d2
authored
Mar 26, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
8f44711b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
284 additions
and
7 deletions
a.py
aaa.html
render.html
a.py
0 → 100644
View file @
508014d2
from
pyecharts.charts
import
Line
x
=
[
'a'
,
'b'
,
'c'
,
'd'
,
'e'
]
y
=
[
27
,
15
,
36
,
17
,
25
]
z
=
[
23
,
12
,
32
,
21
,
19
]
line
=
Line
()
line
.
add_xaxis
(
x
)
line
.
add_yaxis
(
'a'
,
y
)
line
.
add_yaxis
(
'b'
,
z
)
line
.
render
(
'aaa.html'
)
\ No newline at end of file
aaa.html
0 → 100644
View file @
508014d2
<!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=
"bee22fba231c4d71931f325b8bd88453"
class=
"chart-container"
style=
"width:900px; height:500px;"
></div>
<script>
var
chart_bee22fba231c4d71931f325b8bd88453
=
echarts
.
init
(
document
.
getElementById
(
'bee22fba231c4d71931f325b8bd88453'
),
'white'
,
{
renderer
:
'canvas'
});
var
option_bee22fba231c4d71931f325b8bd88453
=
{
"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"
:
"a"
,
"connectNulls"
:
false
,
"symbolSize"
:
4
,
"showSymbol"
:
true
,
"smooth"
:
false
,
"clip"
:
true
,
"step"
:
false
,
"data"
:
[
[
"a"
,
27
],
[
"b"
,
15
],
[
"c"
,
36
],
[
"d"
,
17
],
[
"e"
,
25
]
],
"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"
:
"b"
,
"connectNulls"
:
false
,
"symbolSize"
:
4
,
"showSymbol"
:
true
,
"smooth"
:
false
,
"clip"
:
true
,
"step"
:
false
,
"data"
:
[
[
"a"
,
23
],
[
"b"
,
12
],
[
"c"
,
32
],
[
"d"
,
21
],
[
"e"
,
19
]
],
"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"
:
[
"a"
,
"b"
],
"selected"
:
{
"a"
:
true
,
"b"
:
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"
:
[
"a"
,
"b"
,
"c"
,
"d"
,
"e"
]
}
],
"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_bee22fba231c4d71931f325b8bd88453
.
setOption
(
option_bee22fba231c4d71931f325b8bd88453
);
</script>
</body>
</html>
render.html
View file @
508014d2
...
...
@@ -7,11 +7,11 @@
</head>
<body>
<div
id=
"
ed68d1affbd94ba39af91b1aed1360bb
"
class=
"chart-container"
style=
"width:900px; height:500px;"
></div>
<div
id=
"
1248384b6b294ae8b7130704c4dd1f44
"
class=
"chart-container"
style=
"width:900px; height:500px;"
></div>
<script>
var
chart_
ed68d1affbd94ba39af91b1aed1360bb
=
echarts
.
init
(
document
.
getElementById
(
'
ed68d1affbd94ba39af91b1aed1360bb
'
),
'white'
,
{
renderer
:
'canvas'
});
var
option_
ed68d1affbd94ba39af91b1aed1360bb
=
{
var
chart_
1248384b6b294ae8b7130704c4dd1f44
=
echarts
.
init
(
document
.
getElementById
(
'
1248384b6b294ae8b7130704c4dd1f44
'
),
'white'
,
{
renderer
:
'canvas'
});
var
option_
1248384b6b294ae8b7130704c4dd1f44
=
{
"animation"
:
true
,
"animationThreshold"
:
2000
,
"animationDuration"
:
1000
,
...
...
@@ -102,17 +102,47 @@
"position"
:
"top"
,
"margin"
:
8
}
},
{
"type"
:
"bar"
,
"name"
:
"aaa"
,
"legendHoverLink"
:
true
,
"data"
:
[
10
,
20
,
30
,
40
],
"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
}
}
],
"legend"
:
[
{
"data"
:
[
"\u671f\u4e2d\u6210\u7ee9"
,
"\u671f\u672b\u6210\u7ee9"
"\u671f\u672b\u6210\u7ee9"
,
"aaa"
],
"selected"
:
{
"\u671f\u4e2d\u6210\u7ee9"
:
true
,
"\u671f\u672b\u6210\u7ee9"
:
true
"\u671f\u672b\u6210\u7ee9"
:
true
,
"aaa"
:
true
}
}
],
...
...
@@ -186,7 +216,7 @@
}
]
};
chart_
ed68d1affbd94ba39af91b1aed1360bb
.
setOption
(
option_ed68d1affbd94ba39af91b1aed1360bb
);
chart_
1248384b6b294ae8b7130704c4dd1f44
.
setOption
(
option_1248384b6b294ae8b7130704c4dd1f44
);
</script>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment