heatmapConfig

defines the heatmap configuration, contains various Google API properties

object heatmapConfig;

Example

webix.ui({
    //provide your own Google API key
    key:"AIzaSyAi0oVNVO-e603aUY8SILdD4v9bVBkmiTg",
    view:"google-map",
    id:"map",
    zoom:13,
    center:[ 37.774546, -122.433523 ],
    layerType:"heatmap",
    heatmapConfig:{         
        opacity:"0.4"       
    },                      
    url:"data/heatmap.json"
});

See also
  • Articles
  • Back to top
    If you have not checked yet, be sure to visit site of our main product Webix javascript ui components library and page of JavaScript Map product.