-
Notifications
You must be signed in to change notification settings - Fork 1.7k
docs: 新增「堆叠面积图」文档 #6975
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: 新增「堆叠面积图」文档 #6975
Conversation
|
title: 堆叠面积图 | ||
order: 4 | ||
screenshot: 'https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*stacked-area-demo.png/original' | ||
category: ['trend', 'composition'] |
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.
|
||
<img alt="stacked-area" src="https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*stacked-area-demo.png/original" width=600/> | ||
|
||
## 堆叠面积图的简介 |
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.
适合和不适合的场景最好像原文档一样举例表示,我看示例里的数据地址都引不到,可以参考g2的图表示例
https://g2.antv.antgroup.com/examples/general/area/#stacked-area
|
||
将每个时间点的总和归一化为 100%,突出各部分的占比变化。 | ||
|
||
```js | ob { autoMount: true } |
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.
感谢您的贡献 🎉 |
有空记得更新一下文档~如果太久没更新任务会被释放掉的~ |
太久没更新,先释放了~后续会在基础上继续修改❤️ |
Checklist
npm test
passesDescription of change