سؤال

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