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
| <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"> |
