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 2022/07/21 00:41:02 UTC

[GitHub] [echarts] paris0120 opened a new issue, #17410: [Feature] Area by value

paris0120 opened a new issue, #17410:
URL: https://github.com/apache/echarts/issues/17410

   ### What problem does this feature solve?
   
   Currently, the band is realized with stacked areas. However, there is no way to show the value of the lines except for the lowest one. 
   
   ### What does the proposed API look like?
   
       {
           type:'band',
           data:[[110,120, 120, 101,115],[112,122, 122, 105,117]],
       }


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org.apache.org

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