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。是否有可能在 Java Script 中以编程方式执行缩放到全部按钮?或者是否有任何具有相同功能的功能?
可以通过捕获按钮事件并添加状态来实现。您应该只检查索引并设置适当的。
http://jsfiddle.net/jGALb/
chart.rangeSelector.buttons[4].setState(2); chart.rangeSelector.clickButton(4,4,true);