SharePoint 2010 Quest Web Parts for SharePoint version 5.6
When I try to chart an average of % Complete on Tasks based on a category filter the chart displays the numbers as 0.10 vs 10%. Is there a way to switch the chart display so that is shows the values as percentages rather than decimals?
The image attached may help show what I’m talking about.
Please go to ezEdit->Chart Appearance tab->Chart Attributes property and then hit Edit then click on Number Formatting tab then Number Suffix property. Set it to %.
This would add the % to the chart values. Since your chart displays numbers less than 1 then you need a calculated column to multiply these values by 100 and use this value in the X Axis.