I've been investigating highcharts
and highmaps
in conjunction for a project I'm working on and have come up with a few problems.
The biggest one is the fact that when used as a plugin for highcharts
, highmaps
has some weird behavior.
First, it doesn't stop the display of the grid axes in a chart (similar to how pie and donut charts do). This however is solved with some creative color choices in their drawing.
But the biggest problems seem to come from the scaling it does when you try to zoom in (scroll) on the map.
Any ideas on how to fix the scrolling issue? Also disabling the axes would also be appreciated.
A jsfiddle with an example is here: http://jsfiddle.net/n8Lvn/