personalTravelMap/provinces/上海.html

206 lines
5.4 KiB
HTML

<!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>
<script type="text/javascript" src="https://assets.pyecharts.org/assets/maps/shanghai.js"></script>
</head>
<body>
<div id="a32e71822f104ce38e57b57a8d206341" class="chart-container" style="width:1200px; height:800px;margin:auto;top:30px"></div>
<script>
var chart_a32e71822f104ce38e57b57a8d206341 = echarts.init(
document.getElementById('a32e71822f104ce38e57b57a8d206341'), 'white', {renderer: 'canvas'});
var option_a32e71822f104ce38e57b57a8d206341 = {
"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": "map",
"name": "\u4e2a\u4eba\u8db3\u8ff9\u5730\u56fe-\u4e0a\u6d77",
"label": {
"show": true,
"position": "top",
"margin": 8
},
"mapType": "\u4e0a\u6d77",
"data": [
{
"name": "\u5609\u5b9a\u533a",
"value": 1
},
{
"name": "\u9752\u6d66\u533a",
"value": 1
},
{
"name": "\u677e\u6c5f\u533a",
"value": 1
},
{
"name": "\u5b9d\u5c71\u533a",
"value": 1
},
{
"name": "\u95f5\u884c\u533a",
"value": 1
},
{
"name": "\u5949\u8d24\u533a",
"value": 1
},
{
"name": "\u6d66\u4e1c\u65b0\u533a",
"value": 1
},
{
"name": "\u5d07\u660e\u533a",
"value": 1
},
{
"name": "\u5f90\u6c47\u533a",
"value": 1
},
{
"name": "\u9ec4\u6d66\u533a",
"value": 1
},
{
"name": "\u9759\u5b89\u533a",
"value": 1
},
{
"name": "\u6768\u6d66\u533a",
"value": 1
},
{
"name": "\u8679\u53e3\u533a",
"value": 1
},
{
"name": "\u91d1\u5c71\u533a",
"value": 1
},
{
"name": "\u957f\u5b81\u533a",
"value": 1
},
{
"name": "\u666e\u9640\u533a",
"value": 1
}
],
"roam": true,
"zoom": 1,
"showLegendSymbol": true,
"emphasis": {}
}
],
"legend": [
{
"data": [
"\u4e2a\u4eba\u8db3\u8ff9\u5730\u56fe-\u4e0a\u6d77"
],
"selected": {
"\u4e2a\u4eba\u8db3\u8ff9\u5730\u56fe-\u4e0a\u6d77": 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
},
"title": [
{
"text": "\u4e2a\u4eba\u8db3\u8ff9\u5730\u56fe-\u4e0a\u6d77",
"padding": 5,
"itemGap": 10
}
],
"visualMap": {
"show": true,
"type": "piecewise",
"min": 0,
"max": 1,
"inRange": {
"color": [
"#50a3ba",
"#eac763",
"#d94e5d"
]
},
"calculable": true,
"inverse": false,
"splitNumber": 5,
"orient": "vertical",
"showLabel": true,
"itemWidth": 20,
"itemHeight": 14,
"borderWidth": 0,
"pieces": [
{
"max": 1,
"min": 1,
"label": "\u53bb\u8fc7",
"color": "#4EA397"
},
{
"max": 0,
"min": 0,
"label": "\u672a\u53bb\u8fc7",
"color": "#FFFFFF"
}
]
}
};
chart_a32e71822f104ce38e57b57a8d206341.setOption(option_a32e71822f104ce38e57b57a8d206341);
</script>
</body>
</html>