Stacked bar chart not displaying observations below 0
Posted: Thu Dec 28, 2023 7:42 am
Hello,
I have a stacked bar chart bein created in my program using:
It looks fine except for the observations that are below 0, those don't show up, only positive values are represented.
Any ides how tofix that?
Thanks
I have a stacked bar chart bein created in my program using:
Code: Select all
graph graph1.bar(s) group1
Any ides how tofix that?
Thanks