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="048f27062959471185621056032705b8" class="chart-container" style="width:500px; height:350px; "></div>
 | |
|     <script>
 | |
|         var chart_048f27062959471185621056032705b8 = echarts.init(
 | |
|             document.getElementById('048f27062959471185621056032705b8'), 'white', {renderer: 'canvas'});
 | |
|         var option_048f27062959471185621056032705b8 = {
 | |
|     "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": "zip",
 | |
|             "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": "CA",
 | |
|                     "value": "1100"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "NY",
 | |
|                     "value": "464"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "MN",
 | |
|                     "value": "432"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "TX",
 | |
|                     "value": "311"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "MA",
 | |
|                     "value": "298"
 | |
|                 },
 | |
|                 {
 | |
|                     "name": "others",
 | |
|                     "value": "3368"
 | |
|                 }
 | |
|             ],
 | |
|             "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": [
 | |
|                 "CA",
 | |
|                 "NY",
 | |
|                 "MN",
 | |
|                 "TX",
 | |
|                 "MA",
 | |
|                 "others"
 | |
|             ],
 | |
|             "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_048f27062959471185621056032705b8.setOption(option_048f27062959471185621056032705b8);
 | |
|     </script>
 | |
| </body>
 | |
| </html>
 |