You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
Unable to show total label count in a stacked bar plot when using: text_stacked
What you expected to happen:
Like .text, I should be able to just have the total for that particular stack instead of the individual stack counts.
Example: Bar has two stacks - 37 Male, 63 Female. Instead of seeing 37 and 63 inside each of the specific stacks, I should be able to see 100 at the top of the stack just like in a normal bar plot.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
The text was updated successfully, but these errors were encountered:
a18sullivan
added a commit
to spritesama29/chartify
that referenced
this issue
May 5, 2022
I fixed the issue users were having of not being able to display column totals onto bar stacked graphs I did this in a very non-intrusive way by using different charting functions and various panda library calls to slice the data frame add each individual fruit together then add it back into the datagram and set the totals into a subtitle
Is this a BUG REPORT or FEATURE REQUEST?:
Type: bug
Environment:
What happened:
Unable to show total label count in a stacked bar plot when using: text_stacked
What you expected to happen:
Like .text, I should be able to just have the total for that particular stack instead of the individual stack counts.
Example: Bar has two stacks - 37 Male, 63 Female. Instead of seeing 37 and 63 inside each of the specific stacks, I should be able to see 100 at the top of the stack just like in a normal bar plot.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: