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.

<CFQUERY NAME="getpoll" MAXROWS="1" DATASOURCE="#Application_DataSource#"
USERNAME="#Application_dBaseUSER#" PASSWORD="#Application_dBasePASSWORD#">
Select pollID, question, answer1, answer2, answer3, answer4, number1,
number2, number3, number4
FROM acse_polls
WHERE active = 1
</CFQUERY> --->

<cfchart format="flash" chartheight="150" chartwidth="260"
seriesplacement="default" labelformat="percent" show3d="yes"
tipstyle="mouseOver" tipbgcolor="FFFF00" pieslicestyle="sliced">

<cfchartseries type="pie" query="getpoll" seriescolor="808080"
paintstyle="light">

<cfchartdata item="A" value="#getpoll.number1#">
<cfchartdata item="B" value="#getpoll.number2#">
<cfchartdata item="C" value="#getpoll.number3#">
<cfchartdata item="D" value="#getpoll.number4#">

</cfchartseries>

</cfchart>

+++++++++++++++++++
Kevin Parker
Web Services Manager
WorkCover Corporation

p: 08 8233 2548
e: [EMAIL PROTECTED]
w: www.workcover.com
+++++++++++++++++++

************************************************************************
This e-mail is intended for the use of the addressee only. It may
contain information that is protected by legislated confidentiality
and/or is legally privileged. If you are not the intended recipient you
are prohibited from disseminating, distributing or copying this e-mail.

Any opinion expressed in this e-mail may not necessarily be that of the
WorkCover Corporation of South Australia. Although precautions have
been taken, the sender cannot warrant that this e-mail or any files
transmitted with it are free of viruses or any other defect.

If you have received this e-mail in error, please notify the sender
immediately by return e-mail and destroy the original e-mail and any
copies.
************************************************************************
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to