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



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217530
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to