Back

Geo chart

Documentation Open in JSFiddle
Start Free Trial Purchase

HTML

HTML
<script src="https://cdn.zoomcharts-cloud.com/1/nightly/zoomcharts.js"></script>
<div id="demo"></div>

CSS

CSS
//No CSS for this example 

JavaScript

JavaScript
chart= new GeoChart({
    "background": {
        "enabled": false
    },
    "layers": [
        {
            "id": "shapes",
            "type": "shapes",
            "data": {
                "id": "shapes"
            },
            "style": {
                "node": {
                    "fillColor": "#2fc32f",
                    "lineColor": "#b0dc0b"
                }
            }
        }
    ],
    "container": "demo",
    "data": [
        {
            "id": "shapes",
            "format": "GeoJSON",
            "url": "/dvsl/data/geo-chart/countries.geo.json",
            "perDrilldownData": false,
            "perZoomData": false,
            "perBoundsData": false
        }
    ],
    "interaction": {
        "resizing": {
            "enabled": false
        }
    }
})

Data

Data
//Data too large to output
Download Data