Gime
Gime

Reputation: 51

How to set a minimum range in highstock navigator?

I have a highstock chart with it's navigator. I want to restrict the navigator range and not letting the user to get the range smaller than a year. I have a years scale.

How can I do that?

Upvotes: 1

Views: 838

Answers (2)

Gime
Gime

Reputation: 51

Finally I set the property tickInterval to one year in milliseconds - 1000*3600*24*356.

Upvotes: 2

Kacper Madej
Kacper Madej

Reputation: 7886

You could set minRange in xAxis to one year in milliseconds - 1000*3600*24*356.

Upvotes: 0

Related Questions