문제

I want to get navigator handlers value in my highstock tooltip formatter.

I can get the min and max of my xAxis in tooltip(my navigator min date and max date).

Please help me...

Thanks

도움이 되었습니까?

해결책

You can get extremes in formatter this way:

 this.points[0].series.xAxis.getExtremes();

Example: http://jsfiddle.net/E83Ef/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top