highcharts - Highstock limit max zoom out -
i using highstock component display stock history data goes in range of years. require (if possible) set max zoom range (the opposite of minrange does) limit user zoom out on several years...say limit zoom range maximum of 1 year.
thanks in advance support.
unfortunately there isn't specific option that. however, can achieve using aftersetextremes callback. in callback can compare event.min , event.max , set new extremes if timespan bigger max.
Comments
Post a Comment