Hi everyone,

I seem to be having a little problem with cfchart and cfchartseries. Take
this example:

<cfchart format="png" chartwidth="900" chartheight="150" name="locals.graph"
showlegend="yes">

<cfchartseries type="line" serieslabel="label 1">

<cfchartdata item="item 1" value="10" />
<cfchartdata item="item 2" value="20" />

</cfchartseries>

</cfchart>

Normally, the legend would have one item: label 1, corresponding to the one
and only series. However, the legend actually shows two elements in the
legend: item 1 and item 2, both with the same color.

Any ideas?

Francois Levesque
http://blog.critical-web.com/


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318761
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to