rdp1414
Posts: 41
Joined: Wed Oct 27, 2021 2:06 pm

Reversed xAxis and navigator are not working

Usecase: We want max date to be on left side of xAxis and navigator both. And min date on right side of xAxis and navigator both.

Implementation: To achieve the above, [xAxis.reversed](https://api.highcharts.com/highstock/xAxis.reversed) and [navigator.xAxis.reversed](https://api.highcharts.com/highstock/na ... s.reversed) options are enabled - See [demo fiddle](https://jsfiddle.net/fm3p2kb1/).

Problem: When left-end of the navigator is held and moved towards right side, then chart becomes blank.

Can you please suggest an work-around or a solution here?
User avatar
dawid.d
Posts: 832
Joined: Thu Oct 06, 2022 11:31 am

Re: Reversed xAxis and navigator are not working

Hi,

Thanks for contacting us with your question!

This seems to be a bug. I checked the working of this for different versions and it turns out that this bug has been present since v9.2.0. I've submitted an issue to our official GitHub repository, there you can expect further updates and workarounds.
See: https://github.com/highcharts/highcharts/issues/18158

As a workaround, you can set ordinal option to false.
Demo: https://jsfiddle.net/BlackLabel/3q2rwth0/

I hope you will find it useful
Best regards!
Dawid Draguła
Highcharts Developer

Return to “Highcharts Stock”