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 2019/12/11 14:31:32 UTC

[GitHub] [incubator-echarts] blessbygod opened a new issue #11839: [堆叠图 stack] 柱状堆叠图 - 堆叠块的排序问题

blessbygod opened a new issue #11839: [堆叠图 stack]  柱状堆叠图 - 堆叠块的排序问题
URL: https://github.com/apache/incubator-echarts/issues/11839
 
 
   ### What problem does this feature solve?
    期望:
       我想在具体设定了stack序列的颜色的情况下,快速看到当前stack序列块在x轴维度的多个柱状图的数据排序情况。
   问题描述:
       目前stack堆叠块没有办法在单个柱状图堆叠组中单独排序。
   
   ### What does the proposed API look like?
   series: [
    {
      // stack: '{{次(y轴)维度序列名称}}', 
      stack: {
           name: '{{次(y轴)维度序列名称}}',
           color: '堆叠块颜色设置',
           order: 'desc|asc|auto'  // 
      }
      
   }
   ]
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

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