Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Tom Chiverton / Tom Chiverton (Tom Chiverton)
Created: 12/10/2014
Components: Charting/Graphing
Versions: 11.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: CF11_Final / 11,0,04,293239
Priority/Frequency: Normal / Some users will encounter
Locale/System: ALL / Linux All
Vote Count: 3
Problem Description:
Under CF11 update 2, you could turn legnds on CFCHART off using ZingChart's style JSON files.
Under update 3, this causes a ColdFusion exception (!)
Steps to Reproduce:
Run the attached ColdFusion and style files.
Actual Result:
 java.lang.Integer cannot be cast to java.lang.String null <br>The error occurred on line 6. 
Note this is pointing at a CFLOOP tag (!)
Expected Result:
Chart drawn
Any Workarounds:
Use
  "legend":{"visible":"0"}
instead of 
  "legend":{"visible":0}
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID:	3865484
External Customer Info:
External Company:  
External Customer Name: ChivertonT
External Customer Email:  
External Test Config: My Hardware and Environment details:Attachments:
- December 10, 2014 00:00:00: 1_cfchartloop.bmp
- December 10, 2014 00:00:00: 2_hbarChartStyle.bmp
Comments: