信通院-灾备 图表源码(在产品图表库基础上进行修改),开发逻辑和产品图表库一致
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

dot2.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. [
  2. {
  3. "type": "dot",
  4. "id": "dot-1",
  5. "name": "业务地理坐标",
  6. "style": {
  7. "size": 70,
  8. "smallIconSize":40,
  9. "zbIconSize": 140,
  10. "color": ["#4dfd00","#FFF200","#EFE4B0","#FF7F27","#FFC90E","#FFAEC9","#ED1C24"],
  11. "emphasisColor": "red",
  12. "tipShowWay":"over",
  13. "tipBgColor":"rgba(11,26,57,0.6)",
  14. "tipTextColor":"#ffffff",
  15. "tipFontSize":12,
  16. "color1": "#40f2a6",
  17. "color2": "#42adef",
  18. "isWShow": true,
  19. "textColor": "#ffffff",
  20. "textFont": 16,
  21. "isLoopAnimte": true,
  22. "isZbAnimate": false,
  23. "isArrowShow": true,
  24. "isToolShow": true,
  25. "aniIconW": 35,
  26. "aniIconH": 35,
  27. "hasAbnormalDot":false,
  28. "qySize":12
  29. },
  30. "data": [
  31. {
  32. "long": 121.476803,
  33. "lat": 30.23,
  34. "name": "上海市",
  35. "type": "国家顶级节点"
  36. },
  37. {
  38. "long": 113.9,
  39. "lat": 24.125178,
  40. "name": "广州",
  41. "type": "国家顶级节点"
  42. },
  43. {
  44. "long": 112.7,
  45. "lat": 30.584355,
  46. "name": "武汉",
  47. "type": "国家顶级节点"
  48. },
  49. {
  50. "long": 106.554125,
  51. "lat": 28.886586,
  52. "name": "重庆",
  53. "type": "国家顶级节点"
  54. },
  55. {
  56. "long": 118.79926,
  57. "lat": 32.068569,
  58. "name": "南京",
  59. "type": "灾备节点"
  60. },
  61. {
  62. "long": 104.063259,
  63. "lat": 30.667501,
  64. "name": "成都",
  65. "type": "灾备节点"
  66. },
  67. {
  68. "long": "98.083723",
  69. "lat": "37.781783",
  70. "name": "泰尔英福",
  71. "type": "二级节点"
  72. }
  73. ]
  74. }
  75. ]