amdeshpande
Posts: 26
Joined: Thu Oct 04, 2018 4:57 am

HighStock- Navigator not showing -ve values properly

Hi there,
Find the below fiddle. Plotting the stock chart as column type.
https://jsfiddle.net/adeshpan/u9fLv0zr/25/

The chart is not properly showing the -ve values and I couldn't find the appropriate property from highstocks API which will handle this.

Any idea?
bastss
Site Admin
Posts: 1200
Joined: Wed Oct 17, 2018 10:59 am

Re: HighStock- Navigator not showing -ve values properly

Hi amdeshpande,
I've added threshold property to series in navigator and set it to 0. Now your example is look like this:
https://jsfiddle.net/Bastss/47apes1z/ is that what you wanted to achieve?

API: https://api.highcharts.com/highstock/na ... .threshold

Best regards,
Sebastian Wędzel,
Highcharts Developer
amdeshpande
Posts: 26
Joined: Thu Oct 04, 2018 4:57 am

Re: HighStock- Navigator not showing -ve values properly

Thanks a lot.

Looking for the same.

Return to “Highcharts Stock”