[
  {
    "type": "dot",
    "id": "dot1",
    "name": "业务地理坐标",
    "style": {
      "size": 20,
      "color": ["#4dfd00","#FFF200","#EFE4B0","#FF7F27","#FFC90E","#FFAEC9","#ED1C24"],
      "emphasisColor": "red",
      "tipShowWay":"over",
      "tipBgColor":"rgba(11,26,57,0.6)",
      "tipTextColor":"#ffffff",
      "tipFontSize":12
    },
    "data": [
      {
        "long": 117.171419,
        "lat": 39.126295,
        "name": "深圳",
        "type":"自营业务",
        "toolTipInfo":["客户数:256","员工人数:132"],
        "weather": "4c~雨夹雪",
        "area": "客户数:256",
        "store": "员工人数:132",
        "color": "#0349bd"
      },
      {
        "long": 117.20692,
        "lat": 39.142583,
        "name": "泉州",
        "type":"自营业务",
        "toolTipInfo":["客户数:89","员工人数:35"],
        "area": "客户数:256",
        "store": "员工人数:132",
        "color": "#0349bd"
      },
      {
        "long": 117.244146,
        "lat": 39.066261,
        "name": "福州1",
        "type":"自营业务",
        "toolTipInfo":["客户数:144","员工人数:70"],
        "area": "客户数:256",
        "store": "员工人数:132",
        "color": "#0349bd"
      },
      {
        "long": 117.212238,
        "lat": 39.130773,
        "name": "福州2",
        "type":"自营业务",
        "toolTipInfo":["客户数:256","员工人数:132"],
        "area": "客户数:256",
        "store": "员工人数:132",
        "color": "#0349bd"
      }
    ]
  }
]