208 lines
5.8 KiB
HTML
208 lines
5.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Awesome-pyecharts</title>
|
|
<script type="text/javascript" src="https://assets.pyecharts.org/assets/v5/echarts.min.js"></script>
|
|
|
|
</head>
|
|
<body >
|
|
<div id="4754d7e5d0ec43a598727be636d4512d" class="chart-container" style="width:500px; height:350px; "></div>
|
|
<script>
|
|
var chart_4754d7e5d0ec43a598727be636d4512d = echarts.init(
|
|
document.getElementById('4754d7e5d0ec43a598727be636d4512d'), 'white', {renderer: 'canvas'});
|
|
var option_4754d7e5d0ec43a598727be636d4512d = {
|
|
"animation": true,
|
|
"animationThreshold": 2000,
|
|
"animationDuration": 1000,
|
|
"animationEasing": "cubicOut",
|
|
"animationDelay": 0,
|
|
"animationDurationUpdate": 300,
|
|
"animationEasingUpdate": "cubicOut",
|
|
"animationDelayUpdate": 0,
|
|
"aria": {
|
|
"enabled": false
|
|
},
|
|
"color": [
|
|
"#94BFFF",
|
|
"#6AA1FF",
|
|
"#4080FF",
|
|
"#165DFF",
|
|
"#0E42D2",
|
|
"#072CA6"
|
|
],
|
|
"series": [
|
|
{
|
|
"type": "pie",
|
|
"name": "age",
|
|
"colorBy": "data",
|
|
"legendHoverLink": true,
|
|
"selectedMode": false,
|
|
"selectedOffset": 10,
|
|
"clockwise": false,
|
|
"startAngle": 90,
|
|
"minAngle": 0,
|
|
"minShowLabelAngle": 0,
|
|
"avoidLabelOverlap": true,
|
|
"stillShowZeroSum": true,
|
|
"percentPrecision": 2,
|
|
"showEmptyCircle": true,
|
|
"emptyCircleStyle": {
|
|
"color": "lightgray",
|
|
"borderColor": "#000",
|
|
"borderWidth": 0,
|
|
"borderType": "solid",
|
|
"borderDashOffset": 0,
|
|
"borderCap": "butt",
|
|
"borderJoin": "bevel",
|
|
"borderMiterLimit": 10,
|
|
"opacity": 1
|
|
},
|
|
"data": [
|
|
{
|
|
"name": "25~34",
|
|
"value": "2096"
|
|
},
|
|
{
|
|
"name": "35~44",
|
|
"value": "1193"
|
|
},
|
|
{
|
|
"name": "18~24",
|
|
"value": "1103"
|
|
},
|
|
{
|
|
"name": "45~54",
|
|
"value": "1046"
|
|
},
|
|
{
|
|
"name": "above54",
|
|
"value": "380"
|
|
},
|
|
{
|
|
"name": "under18",
|
|
"value": "222"
|
|
}
|
|
],
|
|
"radius": [
|
|
"50%",
|
|
"75%"
|
|
],
|
|
"center": [
|
|
"50%",
|
|
"60%"
|
|
],
|
|
"label": {
|
|
"show": true,
|
|
"position": "outside",
|
|
"color": "#86909C",
|
|
"margin": 8,
|
|
"fontSize": "12px",
|
|
"fontWeight": "normal",
|
|
"fontFamily": "PingFang SC",
|
|
"formatter": "{b|{b}}\n{c|{c}}",
|
|
"rich": {
|
|
"b": {
|
|
"fontWeight": "bold"
|
|
},
|
|
"c": {
|
|
"lineHeight": 25
|
|
}
|
|
}
|
|
},
|
|
"labelLine": {
|
|
"show": true,
|
|
"showAbove": false,
|
|
"length": 15,
|
|
"length2": 15,
|
|
"smooth": false,
|
|
"minTurnAngle": 90,
|
|
"maxSurfaceAngle": 90
|
|
}
|
|
}
|
|
],
|
|
"legend": [
|
|
{
|
|
"data": [
|
|
"25~34",
|
|
"35~44",
|
|
"18~24",
|
|
"45~54",
|
|
"above54",
|
|
"under18"
|
|
],
|
|
"selected": {},
|
|
"show": false,
|
|
"left": "center",
|
|
"top": "top",
|
|
"orient": "horizontal",
|
|
"align": "auto",
|
|
"padding": 5,
|
|
"itemGap": 10,
|
|
"itemWidth": 10,
|
|
"itemHeight": 10,
|
|
"inactiveColor": "#86909C",
|
|
"textStyle": {
|
|
"color": "#86909C",
|
|
"fontStyle": "normal",
|
|
"fontWeight": "normal",
|
|
"fontFamily": "PingFang SC",
|
|
"fontSize": "12px"
|
|
},
|
|
"backgroundColor": "transparent",
|
|
"borderColor": "#ccc",
|
|
"borderWidth": 0,
|
|
"borderRadius": 0,
|
|
"pageButtonItemGap": 5,
|
|
"pageButtonPosition": "end",
|
|
"pageFormatter": "{current}/{total}",
|
|
"pageIconColor": "#2f4554",
|
|
"pageIconInactiveColor": "#aaa",
|
|
"pageIconSize": 15,
|
|
"animationDurationUpdate": 800,
|
|
"selector": false,
|
|
"selectorPosition": "auto",
|
|
"selectorItemGap": 7,
|
|
"selectorButtonGap": 10
|
|
}
|
|
],
|
|
"tooltip": {
|
|
"show": false,
|
|
"trigger": "item",
|
|
"triggerOn": "mousemove|click",
|
|
"axisPointer": {
|
|
"type": "line"
|
|
},
|
|
"showContent": true,
|
|
"alwaysShowContent": false,
|
|
"showDelay": 0,
|
|
"hideDelay": 100,
|
|
"enterable": false,
|
|
"confine": false,
|
|
"appendToBody": false,
|
|
"transitionDuration": 0.4,
|
|
"textStyle": {
|
|
"fontSize": 14
|
|
},
|
|
"borderWidth": 0,
|
|
"padding": 5,
|
|
"order": "seriesAsc"
|
|
},
|
|
"title": [
|
|
{
|
|
"show": true,
|
|
"target": "blank",
|
|
"subtarget": "blank",
|
|
"padding": 5,
|
|
"itemGap": 10,
|
|
"textAlign": "auto",
|
|
"textVerticalAlign": "auto",
|
|
"triggerEvent": false
|
|
}
|
|
]
|
|
};
|
|
chart_4754d7e5d0ec43a598727be636d4512d.setOption(option_4754d7e5d0ec43a598727be636d4512d);
|
|
</script>
|
|
</body>
|
|
</html>
|