Hi Dundas users! I am working on a dashboard with VERY clean data for Covid-19 results from our organization. I have created a stacked bar chart and pie chart showing information about our positive / negavite / pending results. HOWEVER, whenever we have no pending results all of my data gets bumped around. For instance the colors I chose to represent data points seem to select from the top down for data label as well as pie chart - so for instance,
when my pie chart has all 3 results, I have grey, magenta, and green - grey pending, magenta for covid positive, green for covid negative. But whenever we have all of our lab results in there are no “pendings” (Nulls) and then it dissapears from the pie chart changing positive to grey and negative to magenta… I’m not sure how to account for this or fix this or how to get one set of results to keep their “place” and their color even when there are 0 rows associated.
The same thing also happens to my “pending” data label which counts unknowns / nulls / which are results I’m currently waiting on. When there are 0 rows instead of it saying 0 I “lose” the category and it just says how many positive are on there by default.
Has anyone had this problem / how do you deal with it?