You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/10/22 09:00:49 UTC

[GitHub] [incubator-echarts] JackHlw opened a new pull request #13475: barGrid.js 支持组内排序,包括柱状图,条形图,堆叠图

JackHlw opened a new pull request #13475:
URL: https://github.com/apache/incubator-echarts/pull/13475


   <!-- Please fill in the following information to help us review your PR more efficiently. -->
   
   ## Brief Information
   
   This pull request is in the type of:
   
   - [ ] bug fixing
   - [ x ] new feature
   - [ ] others
   
   
   
   ### What does this PR do?
   
   The histogram supports intra group sorting and includes stacking states
   
   
   
   ### Fixed issues
   
   <!--
   - #xxxx: ...
   -->
   
   
   ## 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’
   
   - [ x ] The API has been changed.
   
   <!-- LIST THE API CHANGES HERE -->
   
   
   
   ### Related test cases or examples to use the new APIs
   
   NA.
   
   
   
   ## Others
   
   ### Merging options
   
   - [ ] Please squash the commits into a single one when merge.
   
   ### Other information
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] susiwen8 commented on pull request #13475: The histogram supports intra group sorting and includes stacking states

Posted by GitBox <gi...@apache.org>.
susiwen8 commented on pull request #13475:
URL: https://github.com/apache/incubator-echarts/pull/13475#issuecomment-714375533


   Thanks for this wonderful feature. Could you change base branch to `next` which is our current dev branch. `next` is written by TS. So you might migrate to TS too, also, please use english comment, cause Apache Echarts(incubating) is an international project.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] JackHlw commented on pull request #13475: The histogram supports intra group sorting and includes stacking states

Posted by GitBox <gi...@apache.org>.
JackHlw commented on pull request #13475:
URL: https://github.com/apache/incubator-echarts/pull/13475#issuecomment-714858919


   OK, I'll submit it again later


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] JackHlw closed pull request #13475: The histogram supports intra group sorting and includes stacking states

Posted by GitBox <gi...@apache.org>.
JackHlw closed pull request #13475:
URL: https://github.com/apache/incubator-echarts/pull/13475


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org