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

   ### What problem does this feature solve?
   
   We want to render financial information from different years with the 
amounts on the yAxis and and the month of the year on the xAxis, which works 
well with a series for each year.
   Additionally, we have broken down these financial amounts into categories, 
which are common/shared between the series.
   However this doesn't work.
   We tried creating a stack for each year and then stacking something like 
"Misc costs" on there, which visually works, but we get one "Misc costs" for 
each series, and also a separate legend and color for each.
   Ideally we'd want the stack to be shared across the series, only generate 
one legend item/color and also highlight the same stack in all series. I've 
looked into dataGroupId and visualMap but don't see a way forward.
   
   ### What does the proposed API look like?
   
   Maybe a stackId similar to dataGroupId to connect the stacks.


-- 
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-unsubscr...@echarts.apache.org.apache.org

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


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

Reply via email to