-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
135,978 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,166 @@ | ||
<!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="06e200ee441942a8bb02aad2837e6f6e" class="chart-container" style="width:1000px; height:600px;"></div> | ||
<script> | ||
var chart_06e200ee441942a8bb02aad2837e6f6e = echarts.init( | ||
document.getElementById('06e200ee441942a8bb02aad2837e6f6e'), 'white', {renderer: 'canvas'}); | ||
var option_06e200ee441942a8bb02aad2837e6f6e = { | ||
"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": "pie", | ||
"name": "\u7528\u6237\u8bc4\u8bba\u6570\u91cf", | ||
"clockwise": true, | ||
"data": [ | ||
{ | ||
"name": "qijiuzhiyue", | ||
"value": 731 | ||
}, | ||
{ | ||
"name": "luzhiyu", | ||
"value": 578 | ||
}, | ||
{ | ||
"name": "ifanmu", | ||
"value": 564 | ||
}, | ||
{ | ||
"name": "lingrui1995", | ||
"value": 558 | ||
}, | ||
{ | ||
"name": "3540441", | ||
"value": 475 | ||
}, | ||
{ | ||
"name": "zhangzongqian", | ||
"value": 462 | ||
}, | ||
{ | ||
"name": "ruo1996", | ||
"value": 428 | ||
}, | ||
{ | ||
"name": "tjz230", | ||
"value": 418 | ||
}, | ||
{ | ||
"name": "diewithme", | ||
"value": 413 | ||
}, | ||
{ | ||
"name": "xilouchen", | ||
"value": 356 | ||
} | ||
], | ||
"radius": [ | ||
"0%", | ||
"75%" | ||
], | ||
"center": [ | ||
"50%", | ||
"50%" | ||
], | ||
"label": { | ||
"show": true, | ||
"position": "top", | ||
"margin": 8, | ||
"formatter": "{b}\uff1a{c}" | ||
}, | ||
"rippleEffect": { | ||
"show": true, | ||
"brushType": "stroke", | ||
"scale": 2.5, | ||
"period": 4 | ||
} | ||
} | ||
], | ||
"legend": [ | ||
{ | ||
"data": [ | ||
"qijiuzhiyue", | ||
"luzhiyu", | ||
"ifanmu", | ||
"lingrui1995", | ||
"3540441", | ||
"zhangzongqian", | ||
"ruo1996", | ||
"tjz230", | ||
"diewithme", | ||
"xilouchen" | ||
], | ||
"selected": {}, | ||
"type": "scroll", | ||
"show": true, | ||
"left": "80%", | ||
"orient": "vertical", | ||
"padding": 5, | ||
"itemGap": 10, | ||
"itemWidth": 25, | ||
"itemHeight": 14 | ||
} | ||
], | ||
"tooltip": { | ||
"show": true, | ||
"trigger": "item", | ||
"triggerOn": "mousemove|click", | ||
"axisPointer": { | ||
"type": "line" | ||
}, | ||
"textStyle": { | ||
"fontSize": 14 | ||
}, | ||
"borderWidth": 0 | ||
}, | ||
"title": [ | ||
{ | ||
"text": "\u7528\u6237\u8bc4\u8bba\u6b21\u6570\u5206\u6790", | ||
"padding": 5, | ||
"itemGap": 10 | ||
} | ||
] | ||
}; | ||
chart_06e200ee441942a8bb02aad2837e6f6e.setOption(option_06e200ee441942a8bb02aad2837e6f6e); | ||
</script> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,202 @@ | ||
<!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="a2951a3424c24469a1c235329d4d529c" class="chart-container" style="width:1000px; height:600px;"></div> | ||
<script> | ||
var chart_a2951a3424c24469a1c235329d4d529c = echarts.init( | ||
document.getElementById('a2951a3424c24469a1c235329d4d529c'), 'white', {renderer: 'canvas'}); | ||
var option_a2951a3424c24469a1c235329d4d529c = { | ||
"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": "bar", | ||
"name": "\u7535\u5f71\u7c7b\u578b\u6b21\u6570", | ||
"data": [ | ||
32, | ||
23, | ||
5, | ||
28, | ||
12, | ||
15, | ||
13, | ||
13, | ||
17, | ||
4, | ||
6, | ||
13, | ||
3, | ||
1, | ||
12, | ||
10, | ||
7, | ||
2, | ||
3, | ||
2, | ||
2, | ||
1 | ||
], | ||
"barCategoryGap": "20%", | ||
"label": { | ||
"show": true, | ||
"position": "top", | ||
"margin": 8 | ||
} | ||
} | ||
], | ||
"legend": [ | ||
{ | ||
"data": [ | ||
"\u7535\u5f71\u7c7b\u578b\u6b21\u6570" | ||
], | ||
"selected": { | ||
"\u7535\u5f71\u7c7b\u578b\u6b21\u6570": true | ||
}, | ||
"show": true, | ||
"padding": 5, | ||
"itemGap": 10, | ||
"itemWidth": 25, | ||
"itemHeight": 14 | ||
} | ||
], | ||
"tooltip": { | ||
"show": true, | ||
"trigger": "item", | ||
"triggerOn": "mousemove|click", | ||
"axisPointer": { | ||
"type": "line" | ||
}, | ||
"textStyle": { | ||
"fontSize": 14 | ||
}, | ||
"borderWidth": 0 | ||
}, | ||
"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": [ | ||
"\u5267\u60c5", | ||
"\u559c\u5267", | ||
"\u5bb6\u5ead", | ||
"\u52a8\u4f5c", | ||
"\u79d1\u5e7b", | ||
"\u5192\u9669", | ||
"\u7231\u60c5", | ||
"\u5947\u5e7b", | ||
"\u52a8\u753b", | ||
"\u6218\u4e89", | ||
"\u4f20\u8bb0", | ||
"\u72af\u7f6a", | ||
"\u540c\u6027", | ||
"\u97f3\u4e50", | ||
"\u60ca\u609a", | ||
"\u60ac\u7591", | ||
"\u6050\u6016", | ||
"\u707e\u96be", | ||
"\u60c5\u8272", | ||
"\u6b66\u4fa0", | ||
"\u53e4\u88c5", | ||
"\u5386\u53f2" | ||
] | ||
} | ||
], | ||
"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" | ||
} | ||
} | ||
} | ||
], | ||
"title": [ | ||
{ | ||
"text": "\u7528\u6237\u89c2\u770b\u7535\u5f71\u7c7b\u578b\u5206\u6790", | ||
"padding": 5, | ||
"itemGap": 10 | ||
} | ||
], | ||
"dataZoom": { | ||
"show": true, | ||
"type": "slider", | ||
"realtime": true, | ||
"start": 20, | ||
"end": 80, | ||
"orient": "horizontal", | ||
"zoomLock": false | ||
} | ||
}; | ||
chart_a2951a3424c24469a1c235329d4d529c.setOption(option_a2951a3424c24469a1c235329d4d529c); | ||
</script> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.