智慧城市代码库
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.

line.json 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. [{"type":"line", "id": "line1", "name": "业务密集趋势",
  2. "style": {
  3. "color": "#ff6a00",
  4. "lineWidth": 1,
  5. "dotSize": 3,
  6. "emphasisColor":"red"
  7. },
  8. "data":[
  9. {
  10. "fromName": "北京",
  11. "from": [104.761367,46.881842],
  12. "toName": "广州",
  13. "to": [117.199159,39.127303],
  14. "toolTipInfo":["北京-广州"]
  15. },{
  16. "fromName": "北京",
  17. "from": [104.761367,46.881842],
  18. "toName": "泉州",
  19. "to": [117.194703,39.140624],
  20. "toolTipInfo":["北京-泉州"]
  21. },{
  22. "fromName": "北京",
  23. "from": [104.761367,46.881842],
  24. "toName": "福州1",
  25. "to": [117.205195,39.157748],
  26. "toolTipInfo":["北京-福州1"]
  27. },{
  28. "fromName": "北京",
  29. "from": [104.761367,46.881842],
  30. "toName": "福州2",
  31. "to": [117.237391,39.14443],
  32. "toolTipInfo":["北京-福州2"]
  33. },{
  34. "fromName": "北京",
  35. "from": [104.761367,46.881842],
  36. "toName": "深圳",
  37. "to": [117.217125,39.142079],
  38. "toolTipInfo":["北京-深圳"]
  39. },{
  40. "fromName": "北京",
  41. "from": [104.761367,46.881842],
  42. "toName": "佛山",
  43. "to": [117.212669,39.135251],
  44. "toolTipInfo":["北京-佛山"]
  45. }
  46. ]}]