Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 highstock 工具提示格式化程序中获取导航器处理程序的值。
我可以在工具提示(我的导航器最小日期和最大日期)中获取我的 xAxis 的最小值和最大值。
请帮我...
谢谢
您可以通过这种方式在格式化程序中获得极端:
this.points[0].series.xAxis.getExtremes();
示例:http: //jsfiddle.net/E83Ef/