You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

220 lines
6.1 KiB

6 months ago
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>地图</title>
<script type="text/javascript" src="https://assets.pyecharts.org/assets/v5/echarts.min.js"></script>
<script type="text/javascript" src="https://assets.pyecharts.org/assets/v5/maps/beijing.js"></script>
</head>
<body >
6 months ago
<div id="12bb8d22d85149799aa2ebd2fa8b33d4" class="chart-container" style="width:900px; height:500px; "></div>
6 months ago
<script>
6 months ago
var chart_12bb8d22d85149799aa2ebd2fa8b33d4 = echarts.init(
document.getElementById('12bb8d22d85149799aa2ebd2fa8b33d4'), 'white', {renderer: 'canvas'});
var option_12bb8d22d85149799aa2ebd2fa8b33d4 = {
6 months ago
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
"animationEasing": "cubicOut",
"animationDelay": 0,
"animationDurationUpdate": 300,
"animationEasingUpdate": "cubicOut",
"animationDelayUpdate": 0,
"aria": {
"enabled": false
},
"color": [
"#5470c6",
"#91cc75",
"#fac858",
"#ee6666",
"#73c0de",
"#3ba272",
"#fc8452",
"#9a60b4",
"#ea7ccc"
],
"series": [
{
"type": "map",
"name": "\u5e73\u5747\u623f\u4ef7",
"label": {
"show": true,
"margin": 8
},
"map": "\u5317\u4eac",
"data": [
{
"name": "\u660c\u5e73\u533a",
6 months ago
"value": 42431
6 months ago
},
{
"name": "\u671d\u9633\u533a",
6 months ago
"value": 71897
6 months ago
},
{
"name": "\u5927\u5174\u533a",
6 months ago
"value": 44655
6 months ago
},
{
"name": "\u4e1c\u57ce\u533a",
6 months ago
"value": 106869
6 months ago
},
{
"name": "\u623f\u5c71\u533a",
6 months ago
"value": 26942
6 months ago
},
{
"name": "\u4e30\u53f0\u533a",
6 months ago
"value": 59485
6 months ago
},
{
"name": "\u6d77\u6dc0\u533a",
6 months ago
"value": 99274
6 months ago
},
{
"name": "\u6000\u67d4\u533a",
6 months ago
"value": 27685
6 months ago
},
{
"name": "\u95e8\u5934\u6c9f\u533a",
6 months ago
"value": 38902
6 months ago
},
{
"name": "\u5bc6\u4e91\u533a",
6 months ago
"value": 21399
6 months ago
},
{
"name": "\u5e73\u8c37\u533a",
6 months ago
"value": 22608
6 months ago
},
{
"name": "\u77f3\u666f\u5c71\u533a",
6 months ago
"value": 57073
6 months ago
},
{
"name": "\u987a\u4e49\u533a",
6 months ago
"value": 36841
6 months ago
},
{
"name": "\u901a\u5dde\u533a",
6 months ago
"value": 42286
6 months ago
},
{
"name": "\u897f\u57ce\u533a",
6 months ago
"value": 131446
6 months ago
},
{
"name": "\u5ef6\u5e86\u533a",
6 months ago
"value": 18263
6 months ago
}
],
"roam": true,
"aspectScale": 0.75,
"nameProperty": "name",
"selectedMode": false,
"zoom": 1,
"zlevel": 0,
"z": 2,
"seriesLayoutBy": "column",
"datasetIndex": 0,
"mapValueCalculation": "sum",
"showLegendSymbol": true,
"emphasis": {}
}
],
"legend": [
{
"data": [
"\u5e73\u5747\u623f\u4ef7"
],
"selected": {},
"show": true,
"left": "left",
"orient": "vertical",
"padding": 5,
"itemGap": 10,
"itemWidth": 25,
"itemHeight": 14,
"backgroundColor": "transparent",
"borderColor": "#ccc",
"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": true,
"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,
"text": "\u5317\u4eac\u5e02\u5e02\u533a",
"target": "blank",
"subtarget": "blank",
"left": "center",
"padding": 5,
"itemGap": 10,
"textAlign": "auto",
"textVerticalAlign": "auto",
"triggerEvent": false
}
],
"visualMap": {
"show": true,
"type": "continuous",
"min": 19000,
"max": 130000,
"inRange": {
"color": [
"#1E9600",
"#fff200",
"#ff0000"
]
},
"calculable": true,
"inverse": false,
"splitNumber": 5,
"hoverLink": true,
"orient": "vertical",
"padding": 5,
"showLabel": true,
"itemWidth": 20,
"itemHeight": 140,
"borderWidth": 0
}
};
6 months ago
chart_12bb8d22d85149799aa2ebd2fa8b33d4.setOption(option_12bb8d22d85149799aa2ebd2fa8b33d4);
6 months ago
</script>
</body>
</html>