-
Notifications
You must be signed in to change notification settings - Fork 1.6k
docs: 改造「核心概念 - 转换(Transform)- stackY」文档 #6777
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
Conversation
Pull Request Test Coverage Report for Build 14573090278Details
💛 - Coveralls |
我使用 其他都已经调整,请有空继续 review 下,感谢~🙏 |
其他的都没什么问题了,可以把简单的那个例子加到使用场景里面, |
根据语法我调整成 |
因为要在网页端展示,所以要修改一下引入方式:
修改后:
|
补充下,根据其他的文档还需要个闭包给包起来,避免作用域污染。完整的示例代码如下
|
- Revise `stackY` transform documentation for clarity and detail. - Add comprehensive examples for stacked charts including bar, area, and normalized area. - Include detailed usage scenarios and configuration options. - Enhance visual representation with relevant image references. - Update option tables with precise descriptions and default values.
- Update `stackY` transform doc with clearer explanations. - Add detailed configuration options and default values. - Include practical examples for stacked bar charts. - Refine grouping and ordering logic descriptions. - Remove redundant content for better readability.
- Revise normalized stacked area chart explanation with updated code snippets. - Add detailed examples for stacked area and column charts. - Include links to online chart demos for reference. - Refine content for clarity and remove redundant text.
0b97839
to
daf9656
Compare
此部分文档已更新,请检查谢谢🙏 |
fixed #6685
Checklist
npm test
passesDescription of change
docs: update stackY transform documentation 📚
stackY
transform documentation for clarity and detail.