Add tooltip to highstock navigator
It would be great to have a tooltip while you are dragging the navigator in a highstock chart so you see your currently selected date.
Previously there was a plugin (https://www.highcharts.com/products/plugin-registry/single/44/Navigator%20tooltips) but that does not support the current Highcharts version
-
Nicolas Gehlert commented
Tried to implement your solution but stumbled upon a different problem. Your approach does not work with charts that have srollbar.liveRedraw = false
The events seem to not be triggered in that case.Is there another workaround?
-
Nicolas Gehlert commented
awesome thanks for the quick help
-
AdminPaweł Fus (Admin, Highcharts JS) commented
Created simple plugin which based purely on API (xAxis.afterSetExtremes event and Renderer.label()): https://jsfiddle.net/BlackLabel/xze018os/ (tooltip styles).
GUI can be easily changed: https://jsfiddle.net/BlackLabel/xze018os/3/ (navigator's style)