帮我生成一个echarts的迁徙图的json 数据为从河南,河北,北京赶往江苏
时间: 2023-04-02 16:04:19 浏览: 74
好的,我可以为您生成一个echarts的迁徙图的json数据,数据如下:
{
"tooltip": {
"trigger": "item"
},
"series": [
{
"type": "map",
"mapType": "china",
"label": {
"show": true
},
"data": [
{
"name": "河南",
"value": 100
},
{
"name": "河北",
"value": 80
},
{
"name": "北京",
"value": 60
},
{
"name": "江苏",
"value":
}
]
},
{
"type": "lines",
"zlevel": 2,
"symbol": ["none", "arrow"],
"symbolSize": 10,
"effect": {
"show": true,
"period": 6,
"trailLength": ,
"symbol": "arrow",
"symbolSize": 10
},
"lineStyle": {
"normal": {
"color": "#a6c84c",
"width": 1,
"opacity": .6,
"curveness": .2
}
},
"data": [
{
"fromName": "河南",
"toName": "江苏",
"coords": [
[113.665412, 34.757975],
[119.368489, 33.013797]
]
},
{
"fromName": "河北",
"toName": "江苏",
"coords": [
[115.48333, 38.03333],
[119.368489, 33.013797]
]
},
{
"fromName": "北京",
"toName": "江苏",
"coords": [
[116.407526, 39.90403],
[119.368489, 33.013797]
]
}
]
}
]
}
阅读全文