nie-ine / inseri

inseri serves as an online collaborative work and publish environment.
https://nie-ine.github.io/inseri
Other
13 stars 4 forks source link

delille - stacked bar chart v2 #632

Closed Padlina closed 3 years ago

Padlina commented 3 years ago

@cyrill-martin Would be possible to enhance the stacked bar chart as was done for the (grouped) bar chart V2 ? I don't know how much time this would require, but it would be great!

cyrill-martin commented 3 years ago

The stacked bar chart (pushed to branch 2020-10) now looks like the other bar charts. Same colors, same legend/chart layout. Similar tooltip. You can sort by value, manually scale it and select groups/stacks to be shown or not. But there's no fancy transition between toggling the stacks, they just appear or disappear. Peek 2020-10-28 14-17

Padlina commented 3 years ago

@cyrill-martin Perfect, it's really cool! Thank you very much!

cyrill-martin commented 3 years ago

@janCstoffregen We need to change the default input data for the stacked bar chart. The key for the stack labels should be just "label" instead of "xValue". Not sure where/how I do this.

cyrill-martin commented 3 years ago

Issue with two stacked bar charts on the same page

cyrill-martin commented 3 years ago

@janCstoffregen We need to change the default input data for the stacked bar chart. The key for the stack labels should be just "label" instead of "xValue". Not sure where/how I do this.

Done, found it