Skip to main content
December 3, 2015
Question

We created bar graph it is working in 9 . same bar graph is not working in coldfusion 11<cfchart Format="flash" chartHeight="Below code it is working coldfusion version 9 . we are recently updated coldfuion version 11 after that below code is not

  • December 3, 2015
  • 2 replies
  • 392 views
<cfchart Format="flash"
chartHeight="250"
chartWidth="400"
showXGridlines = "no"
showYGridlines = "yes"
gridlines="2"
xOffset="0"
yOffset="0"
dataBackgroundColor= "##CECFFF" showborder="no"
font="Arial"
fontsize="12" fontbold="no" fontitalic="no"
labelFormat = "currency"
show3D="yes" rotated="no" sortxaxis="no"
showlegend="no"
seriesplacement="stacked"
showmarkers="no"
backgroundColor = "##CECFFF">
    This topic has been closed for replies.

    2 replies

    Legend
    December 3, 2015

    CF11 is a known chart destroyer.  Adobe uses a new charting engine in 11 and it is not backward compatible with previous versions.  Even the "fixes" and updates Adobe has released have not restored the original look and feel.  See this post: ColdFusion 11 Destroyed My Charts

    You'll probably need to recode/rebuild all your charts.

    Inspiring
    December 3, 2015

    What CF11 update version are you running?