I believe the tipstyle and mouseover attributes are valid but only for
format="flash" not jpg.  I may be wrong, but I don't believe you can
do a tip or mouseover in a jpg.  And of course, if this is true, a
flash cannot be sent to an email address...

On 9/7/05, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote:
> Ok, I'm playing around with CFCHART on CFMX 7 Dev Edition, and I'm getting
> the following error when using the "tipstyle" attribute:
> 
> Attribute validation error for tag CFGRAPH.
> The tag does not allow the attribute(s) TIPSTYLE. The valid attribute(s) are
> BACKGROUNDCOLOR,BARSPACING,BORDERCOLOR,BORDERWIDTH,COLORLIST,DEPTH,FILEFORMA
> T,GRAPHHEIGHT,GRAPHWIDTH,GRIDLINES,ITEMCOLUMN,ITEMLABELFONT,ITEMLABELORIENTA
> TION,ITEMLABELSIZE,QUERY,SCALEFROM,SCALETO,SHOWITEMLABEL,SHOWVALUELABEL,TITL
> E,TITLEFONT,TYPE,URL,URLCOLUMN,VALUECOLUMN,VALUELABELFONT,VALUELABELSIZE,VAL
> UELOCATION.
> 
> The error occurred in C:\CFusionMX7\wwwroot\giva\test\cfchart_test.cfm: line
> 9
> 
> Here's the template I'm using:
> <html>
> 
> <head>
>         <title>CFCHART Test</title>
> </head>
> 
> <body>
> 
> <cfgraph type="bar" fileformat="jpg" tipstyle="none">
>         <cfgraphdata item="Alpha" value="#randRange(1, 100)#" color="Red" />
>         <cfgraphdata item="Beta" value="#randRange(1, 100)#" color="Blue" />
>         <cfgraphdata item="Gamma" value="#randRange(1, 100)#" color="Green"
> />
> </cfgraph>
> 
> </body>
> 
> </html>
> 
> This is supposedly a valid attribute for CFMX 6.1 and 7, so I'm not sure why
> it's throwing this error. I need to turn off the "mouseover" effects as the
> goal is to send the chart via an e-mail.
> 
> -Dan
> 
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217531
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to