@damoqiongqiu/ice-chart 0.17.0 → 0.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -118,7 +118,7 @@ gray-100~900、`--bs-border-radius`、`--bs-body-font-family`),图表放进
118
118
  | 坐标轴 | x + **多 y 轴**(左右可配) | 刻度、网格、轴名、标签旋转与自动抽稀、自定义 formatter |
119
119
  | 图例 | top / bottom / left / right | **可点击切换系列 / 扇区显隐**并重算数据域 |
120
120
  | 提示框 | axis / item 触发器 | 画在画布内(小程序同样可用);K 线给 OHLC、桑基给流量 |
121
- | 十字准星 | x / y / xy | 带坐标轴数值标签 |
121
+ | 十字准星 | x / y / xy | 带坐标轴数值标签;跟随时长按距离缩放(`crosshair.followDuration`,默认上限 90ms,`0` = 立即跟随) |
122
122
  | 悬停高亮 | 圆环 / 柱形描边 | 可配置 `dimOthers` 压暗其他系列 |
123
123
  | 选中 | single / multiple | 点击或键盘 Enter,抛出 `select:change` |
124
124
  | 框选 | x / y / xy,select / zoom 两种模式 | 拖拽出选区,实时抛 `brush:change` |