to give an example on how to link a map (with leaflet) and highchart. The idea
The idea is to plot a barchart of a variable (for example the monthly ozone concentration) for each country. When clicking on a country; a barchart appear.
6
votes
Mag
shared this idea
This is more of a Leaflet question than Highcharts – the procedure would be to capture a click or touch event from the Leaflet API, then from that event handler show a Highcharts chart somewhere, for example in a jQuery UI popup.