[
	{
		"type": "line",
		"id": "line-1",
		"name": "业务流向",
		"style": {
			"color": "#FFD35B",
			"color2": "#84E4FF",
			"borderColor": "#40f2a6",
			"borderColor2": "#42adef",
			"emphasisColor": "red",
			"bigDotSize": 20,
			"smallDotSize": 10,
			"dotSize": 20,
			"lineWidth": 18,
			"zcWidth": 8,
			"ejWidth": 10,
			"lineShow": true,
			"lineAni": true,
			"ejLineColor": "#FFD35B"
		},
		"data": [
			{
				"fromName": "贵阳",
				"from": [
					111.6,
					26.8
				],
				"toName": "南京",
				"to": [
					118.767413,
					32.041544
				],
				"toolTipInfo": [
					"二级节点"
				]
			}
		]
	}
]