-
Notifications
You must be signed in to change notification settings - Fork 605
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: 迁移和弦图文档地址 & 文档样式优化 & 修复 绘图属性文档链接 404 (#2172)
* docs(chord): 迁移和弦图文档地址 * docs: 文档优化 * docs: 修复 绘图属性文档链接 404 * docs: 删除无用文档 & 修改文档链接 * docs: 修改文档错别字 * docs: 文档锚点大小写问题
- Loading branch information
Showing
15 changed files
with
59 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
object 类型的请参考[绘图属性](../../manual/graphic-style) | ||
object 类型的请参考[ShapeAttrs](/en/docs/api/graphic-style) | ||
|
||
| 配置项 | 类型 | 功能描述 | | ||
| --------------- | -------- | ------------------ | | ||
| start | number | 默认起始位置 | | ||
| end | number | 默认结束位置 | | ||
| height | number | 缩略轴高度 | | ||
| trendCfg | trendCfg | 背景趋势的配置 | | ||
| backgroundStyle | object | 背景配置 | | ||
| foregroundStyle | object | 背景配置 | | ||
| handlerStyle | object | handle 配置 | | ||
| textStyle | object | 文本配置 | | ||
| minLimit | number | 允许滑动位置下限 | | ||
| maxLimit | number | 允许滑动位置上限 | | ||
| formatter | Function | 滑块文本格式化函数 | | ||
| start | _number_ | 默认起始位置 | | ||
| end | _number_ | 默认结束位置 | | ||
| height | _number_ | 缩略轴高度 | | ||
| trendCfg | _trendCfg_ | 背景趋势的配置 | | ||
| backgroundStyle | _object_ | 背景配置 | | ||
| foregroundStyle | _object_ | 背景配置 | | ||
| handlerStyle | _object_ | handle 配置 | | ||
| textStyle | _object_ | 文本配置 | | ||
| minLimit | _number_ | 允许滑动位置下限 | | ||
| maxLimit | _number_ | 允许滑动位置上限 | | ||
| formatter | _Function_ | 滑块文本格式化函数 | | ||
|
||
trendCfg | ||
|
||
| 配置项 | 类型 | 功能描述 | | ||
| --------------- | -------- | -------------- | | ||
| data | number[] | 统计文本的样式 | | ||
| smooth | boolean | 是否平滑 | | ||
| isArea | boolean | 是否面积图 | | ||
| backgroundStyle | object | 背景样式配置 | | ||
| lineStyle | object | line 样式配置 | | ||
| areaStyle | object | area 样式配置 | | ||
| data | _number[]_ | 统计文本的样式 | | ||
| smooth | _boolean_ | 是否平滑 | | ||
| isArea | _boolean_ | 是否面积图 | | ||
| backgroundStyle | _object_ | 背景样式配置 | | ||
| lineStyle | _object_ | line 样式配置 | | ||
| areaStyle | _object_ | area 样式配置 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
object 类型的请参考[绘图属性](../../manual/graphic-style) | ||
object 类型的请参考[绘图属性](/zh/docs/api/graphic-style) | ||
|
||
| 配置项 | 类型 | 功能描述 | | ||
| --------------- | -------- | ------------------ | | ||
| start | number | 默认起始位置 | | ||
| end | number | 默认结束位置 | | ||
| height | number | 缩略轴高度 | | ||
| trendCfg | trendCfg | 背景趋势的配置 | | ||
| backgroundStyle | object | 背景配置 | | ||
| foregroundStyle | object | 背景配置 | | ||
| handlerStyle | object | handle 配置 | | ||
| textStyle | object | 文本配置 | | ||
| minLimit | number | 允许滑动位置下限 | | ||
| maxLimit | number | 允许滑动位置上限 | | ||
| formatter | Function | 滑块文本格式化函数 | | ||
| start | _number_ | 默认起始位置 | | ||
| end | _number_ | 默认结束位置 | | ||
| height | _number_ | 缩略轴高度 | | ||
| trendCfg | _trendCfg_ | 背景趋势的配置 | | ||
| backgroundStyle | _object_ | 背景配置 | | ||
| foregroundStyle | _object_ | 背景配置 | | ||
| handlerStyle | _object_ | handle 配置 | | ||
| textStyle | _object_ | 文本配置 | | ||
| minLimit | _number_ | 允许滑动位置下限 | | ||
| maxLimit | _number_ | 允许滑动位置上限 | | ||
| formatter | _Function_ | 滑块文本格式化函数 | | ||
|
||
trendCfg | ||
|
||
| 配置项 | 类型 | 功能描述 | | ||
| --------------- | -------- | -------------- | | ||
| data | number[] | 统计文本的样式 | | ||
| smooth | boolean | 是否平滑 | | ||
| isArea | boolean | 是否面积图 | | ||
| backgroundStyle | object | 背景样式配置 | | ||
| lineStyle | object | line 样式配置 | | ||
| areaStyle | object | area 样式配置 | | ||
| data | _number[]_ | 统计文本的样式 | | ||
| smooth | _boolean_ | 是否平滑 | | ||
| isArea | _boolean_ | 是否面积图 | | ||
| backgroundStyle | _object_ | 背景样式配置 | | ||
| lineStyle | _object_ | line 样式配置 | | ||
| areaStyle | _object_ | area 样式配置 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters