Is this possible?
I already played with tooltip.shared
and tooltip.crosshairs
but I couldn't manage to get something similar.
EDIT: Something like Wunderground's weather forecast graph would be perfect (try to "mouseover" the graph)
Is this possible?
I already played with tooltip.shared
and tooltip.crosshairs
but I couldn't manage to get something similar.
EDIT: Something like Wunderground's weather forecast graph would be perfect (try to "mouseover" the graph)
Using tooltip.positioner in synchronous highcharts can results to required behaviour.
Fiddle demo modifying synchronized-charts demo
Update Fix for tooltip hiding at extreme right
Fixed Fiddle