kd-lane-chart-v3 0.1.3 → 0.1.4

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
@@ -152,6 +152,11 @@ export default {
152
152
  | @dialogFunction | { type, start, end } | 弹窗(1-井深段,2-时间段,3-导出) |
153
153
  | @refresh | — | 刷新 |
154
154
  | @onCustomMenuClicked | — | 自定义菜单点击 |
155
+ | @trend-change | { paramId, laneId, segments } | 趋势线变更(加点/拖拽结束/删点/断段/重置) |
156
+
157
+ 趋势线的配置、交互和保存方式见 **[趋势线使用手册](./src/components/kdCurveV2/trend-line/趋势线使用手册.md)**。
158
+
159
+ 对数轴(泳道 `isLogScale`、表头点值按 lg 输出、边控显隐)见 **[对数轴使用手册](./src/components/kdCurveV2/log-axis/对数轴使用手册.md)**。
155
160
 
156
161
  ### 曲线数据格式
157
162