<cfchart format="jpg" tipstyle="none" name="chart">
        <cfchartseries type="bar" colorlist="red,blue,green">
        <cfchartdata item="Alpha" value="#randrange(1,100)#" />
        <cfchartdata item="Beta" value="#randrange(1,100)#" />
        <cfchartdata item="Gamma" value="#randrange(1,100)#" />
        </cfchartseries>
</cfchart>

And then stick #chart# in your <cfmail> tag ... at least that's my
understanding of what you're after.

Andy

On 07/09/05, Ryan Guill <[EMAIL PROTECTED]> wrote:
> Well then the other thing I notice is that you are talking about
> cfchart, but you are using cfgraph.  Could that be the cause of the
> confusion?
> 
> On 9/7/05, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote:
> > Ryan,
> >
> > >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...
> >
> > It doesn't matter what format value I use, even "flash" causes the
> > validation error.
> >
> > Also, as an FYI, the reason I need to get this attribute working is because
> > when you specify either JPG or PNG there is some DHTML generated to provide
> > mouseovers. I don't want this code generated in the output stream.
> >
> > -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:217534
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