CFCHART - Percentages not right
I tried to set up a simple chart to display the results of a query, it works fine with labelformat="numbers", but if I change it to percent the results are odd, I get values above 100% on many of the pie slices. Anybody any idea?
Here's the code
<CFCHART
format="flash"
show3d="yes"
showlegend="yes"
chartheight="800"
chartwidth="900"
labelformat="percent"
showborder="true"
pieSliceStyle="sliced"
sortXAxis = "yes"
>
<cfchartseries
type="pie"
query="GetCountry"
valuecolumn="countrycounter" itemcolumn="countrylong" />
Thanks
Mark
