convert APPLET CODE="BarChart.class" to CFCHART

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Guy Shahbazian

    convert APPLET CODE="BarChart.class" to CFCHART

    I need to convert the following code in CF
    From :
    <APPLET CODE="BarChart. class"CODEBASE= "/classes/CFGraphs/" WIDTH="750" HEIGHT="250">
    To : CFchart
    because I should run under CFMX7
    Thanks
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Use the cfchart tag with cfchartseries. If you hit a problem, post your code.

    Comment

    Working...