I have a stacked bar chart, and sometimes there is only one category and its value is 0 (zero)... and when the user hovers the cursor over that chart, it doesn't show 0% -- it instead shows M%... this is very confusing for our users... I realize that the chart is attempting to divide by zero, but in that event, it should show 0%, not 100%, and definitely not M%... what do I do until the FusionChart code gets fixed and an update released?