Jim,

>On 9/6/07, Rob Parkhill <[EMAIL PROTECTED]> wrote:
>> So how does one leverage the webcharts design app?  it is a cool tool
>which I had no idea existed until yesterday.  I played around with it quite
>a bit and designed a couple of charts (actually the gauges are going to get
>me in good with the boss :)) I have tried using them as a JSP file etc. but
>keep getting an error in the display.

First, I'm 99% sure the gauge charts don't work in CFMX. CFMX only supports
a subset of the graphs you can actually build with Webcharts3D.

The easiest way to use the charts is to just use the Style XML to create
your own style definition that you use in CFMX. 

In CFMX's .\charting\styles directory, you'll notice a bunch of XML files.
One you create a charting style you like, you can just save a copy of your
style XML into this folder and give it a unique name. You'll then be able to
specify that style attribute of the <cfchart /> tag. You could also just
pass in the entire XML packet into the style attribute as well if you didn't
want to reference a static file.

-Dan


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287961
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to