[GIS] Displaying pie charts in web map created using QGIS

chart;leafletqgis

I have created a web map to show some sales information using QGIS with Leaflet library.

Is there a way to show pie charts in the same web map as a separate layer?

Although pie charts are visible in the QGIS desktop version, it disappears when it converts to a web map.

I guess there should be a way to edit the HTML file to make pie charts visible.

Best Answer

You don't mention how you create web map. For example using NextGIS Connect plugin for QGIS 2.18.x you can create such pie charts. This is done using nextgis.com cloud web client, based on OpenLayers. But you can do the same using leaflet. See an example of such integration.

enter image description here

Disclaimer: I'm developer at NextGIS.

Related Question