cfchart - cfchartseries - cfchartdata

2010-01-26 Thread Ryan Duckworth

I would like to change my cfchart to only show the label in my cfchartseries 
for the first and last data point.

I can turn on/off the labels for the entire cfchartseries using

on: datalabelstyle=value
off: datalabelstyle=none

How can I turn it on for the first and last data point, but off for all those 
in the middle?

The reason that I want to do this is I have several cfchartseries that overlap 
each other and the labels are not readable.

I believe that cfchartdata only has 2 attributes: item and value.

It would be nice if cfchartdata had a 3rd attribute displayLabel = true or 
false.

Anyone know how to do this?

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330152
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfchart - cfchartseries - cfchartdata

2010-01-26 Thread Leigh

Have you tried looking at the webcharts utility? 

See Using WebCharts3d to create chart styles
http://livedocs.adobe.com/coldfusion/8/htmldocs/graphing_06.html




  

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330161
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4