john.h
Posts: 20
Joined: Mon Jan 25, 2021 5:13 pm

Stacked Area Graph in Navigator

I'm currently creating a stacked area graph and would like the navigator to be an exact representation of the graph series. Is there a way to do stacking in the navigator (with an area graph).

Thank you,
John H
mateusz.b
Posts: 2006
Joined: Tue Jul 13, 2021 11:34 am

Re: Stacked Area Graph in Navigator

Hi john.h,

Thanks for contacting us with your question.

I think showInNavigator option is what you are looking for.
Demo: https://jsfiddle.net/BlackLabel/gvm8y1kt/

Let me know if that was what you were looking for!
Regards!
Mateusz Bernacik
Highcharts Developer
john.h
Posts: 20
Joined: Mon Jan 25, 2021 5:13 pm

Re: Stacked Area Graph in Navigator

Yeah that does exactly what I want! One more question. Is there a way to get the navigator yaxis to be logarithmic?
mateusz.b
Posts: 2006
Joined: Tue Jul 13, 2021 11:34 am

Re: Stacked Area Graph in Navigator

john.h,

It can be set like this:

Code: Select all

navigator: {
	yAxis: {
		type: 'logarithmic'
	}
}
Demo: https://jsfiddle.net/BlackLabel/vnm81wof/

Let me know if you have any further questions!
Regards!
Mateusz Bernacik
Highcharts Developer

Return to “Highcharts Stock”