Skip to content

Commit

Permalink
fix: 订正slider组件属性文件 (#6467)
Browse files Browse the repository at this point in the history
Co-authored-by: miaoyawen.myw <[email protected]>
  • Loading branch information
mmmiaoo and miaoyawen.myw authored Sep 24, 2024
1 parent ed5a1d6 commit 5c5f97a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/spec/component/slider.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ chart.render();

| 属性 | 描述 | 类型 | 默认值 |
| -------------------------------- | ------------------------ | ------------------------- | ------ |
| handle | 是否显示拖动手柄 | `boolean` | true |
| label | 是否显示拖动手柄文本 | `boolean` | true |
| showHandle | 是否显示拖动手柄 | `boolean` | true |
| showLabel | 是否显示拖动手柄文本 | `boolean` | true |
| formatter | 拖动手柄标签格式化 | `(value: number)=>string` | - |
| `style.`handleIconSize | 缩略轴手柄大小 | `number` | 10 |
| `style.`handleIconFill | 缩略轴手柄填充色 | `string` | - |
Expand Down

0 comments on commit 5c5f97a

Please sign in to comment.