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 组件来显示年份范围内的股票历史数据。所以我需要(如果可能的话)是设置一个最大缩放范围(与 minRange 所做的相反)以限制用户在几年内缩小......比如说将缩放范围限制为最多一年。
预先感谢您的支持。
不幸的是,没有任何特定的选择。但是,您可以通过使用 afterSetExtremes 回调来实现。在该回调中,您可以比较 event.min 和 event.max 并在时间跨度大于您的最大值时设置新的极值。