基于JSON数据在Jvector地图上绘制点

时间:2019-03-22 05:34:33

标签: javascript php mysql json jvectormap

我有一个使用Mysql从数据库中获取的JSON数据。 JSON如下:

[
    {
        "Country":"Australia",
        "persons":"5"
    },
    {
        "Country":"Spain",
        "persons":"2"
    },
    {
        "Country":"India",
        "persons":"8"
    },
    {
        "Country":"Mexico",
        "persons":"4"
    },
    {
        "Country":"United States",
        "persons":"4"
    }
]

我想要的是,如何为Jvector映射中的特定区域上色也显示否。我所拥有的计数。

0 个答案:

没有答案