-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Closed
Labels
Description
What problem does this feature solve?
I am trying to emulate the functionality provided by Excel and echarts has no native support for 100% stacked charts.
I have tried to work around this by calculating the percentages myself but then you lose the original value tooltip.
There is an existing issue about this here:
#8785
Apache superset has already implemented this feature, see here: (in the superset code it's called a 'contribution')
apache/superset#13580
What does the proposed API look like?
My suggestion is that you extend the 'stack' syntax to support something like this:
stack: { name: 'male', type: '100%' }
mirorac, jeloba, sjcobb, geshl, 1zoecamp and 2 more