It would be nice that if all values for a pie chart were zero that it would generate pie chart as a solid color instead of an empty box.
My page shows metrics for releases that happen every month, and every month these metrics start at zero. What i’ve done as a work around is set one of the values to a negative number and displayed 0% on all data points. The only problem with that method is I had to write custom code to exclude negative numbers from calculations and tabular views.
Although visibly everything looks good, the tool tip will still show the negative value used to render the chart. I know I can always go into the javascript and fix that myself but figured I’d put in a feature request in the event others had the need for this.