-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update transform.diffY #6729
base: v5
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 14185882910Details
💛 - Coveralls |
|
||
```ts | ||
import { Chart } from '@antv/g2'; | ||
## 开始使用 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
transform部分的文档里大体结构为概述、使用场景、配置项,示例 ,这里开始使用可以修改为使用场景,适当补充相关内容
``` | ||
|
||
## 选项 | ||
## 配置项 | ||
|
||
| 属性 | 描述 | 类型 | 默认值 | | ||
|-------------------|------------------------------------------------|-------------------------|-----------------------| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
有两个可以优化的点
- series 的用法比较模糊,哪种情况下为 false 不清晰
- 布尔值可以统一去除一下行内代码样式,避免误解为字符串
Checklist
npm test
passesDescription of change