feat: The histogram supports intra group sorting and includes stacking states#13833
feat: The histogram supports intra group sorting and includes stacking states#13833JackHlw wants to merge 16 commits intoapache:masterfrom
Conversation
同步更新至4.9
同步远端master
同步代码至request分支
|
Thanks for your contribution! Document changes are required in this PR. Please also make a PR to apache/incubator-echarts-doc for document changes. When the doc PR is merged, the maintainers will remove the |
JackHlw
left a comment
There was a problem hiding this comment.
feat: The histogram supports intra group sorting and includes stacking states
merge new request
…g states (newVersion)
JackHlw
left a comment
There was a problem hiding this comment.
feat: The histogram supports intra group sorting and includes stacking states
c190788 to
1e02137
Compare
JackHlw
left a comment
There was a problem hiding this comment.
feat: The histogram supports intra group sorting and includes stacking states
|
这个功能,什么时候能上线啊,想用这个 |
|
Brief Information
This pull request is in the type of:
What does this PR do?
The histogram supports intra group sorting and includes stacking states
Fixed issues
Details
Before: What was the problem?
The current histogram is only drawn according to the data order, which can not realize the ascending or descending order of multiple groups of data
After: How is it fixed in this PR?
By passing the groupOrder parameter with the same usage as the stack parameter, the intra group ascending and descending order can be realized to help users better analyze the data
Usage
Are there any API changes?
When there are multiple sets of series, the grouporder parameter is passed. For example, series [0]. groupOrder ='asc 'or' desc '. The default value is ‘auto’
Related test cases or examples to use the new APIs
Others
Merging options
Other information