points within that chartseries, CF will add a data point for the query. You
could do it like this instead:
<cfchart format="flash" chartheight="150" chartwidth="260"
seriesplacement="default" labelformat="percent" show3d="yes"
tipstyle="mouseOver" tipbgcolor="FFFF00" pieslicestyle="sliced">
<cfchartseries type="pie" seriescolor="808080"
paintstyle="light">
<cfoutput query="getpoll">
<cfchartdata item="A" value="#getpoll.number1#">
<cfchartdata item="B" value="#getpoll.number2#">
<cfchartdata item="C" value="#getpoll.number3#">
<cfchartdata item="D" value="#getpoll.number4#">
</cfoutput>
</cfchartseries>
</cfchart>
From: "Parker, Kevin"
> Can someone assist with what might be happening here. My chart is showing
a
> 5th item in the legend and I can't for the life of me figure our why.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

