javascripthighchartshighmaps

How to make map with overlaid column charts using highmaps


Highmaps provides a way to implement map with overlaid pie charts, is there a way to change pie with column?

http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/maps/demo/map-pies/


Solution

  • The mappie series is not a part of Highcharts core. It is a custom series created with Highcharts.seriesType function (you can find it here: http://code.highcharts.com/highcharts.src.js) at the beginning of the demo. You can modify provided example and create series such as mapcolumn. Although, map is not very readable and tooltip does not work correctly when rendering columns instead of pies. You give it a try and create your own custom series.

    Example:
    http://jsfiddle.net/wsuhws7c/