Title:
Server side charting is broken in few Operating Systems. ("JSON" is not defined)
| View in TrackerStatus/Resolution/Reason: To Fix//Investigate
Reporter/Name(from Bugbase): / ()
Created: 09/06/2019
Components: Charting/Graphing, Server
Versions: 2016,2018
Failure Type: Non Functioning
Found In Build/Fixed In Build: 2018.0.05.315570 /
Priority/Frequency: Normal / Most users will encounter
Locale/System: /
Vote Count: 1
Problem:Server side charting is broken in few Operating Systems [Ubuntu, Mac] works fine in [RHEL, CentOS, Windows]
Method:
Run Code:
<cfchart format="png" type="bar" showlegend="false" chartHeight="600" chartWidth="400" title="Basic Chart">
<cfchartseries>
<cfchartdata item="2015" value=20>
<cfchartdata item="2016" value=40>
<cfchartdata item="2017" value=60>
<cfchartdata item="2018" value=10>
</cfchartseries>
</cfchart>
Result:
"JSON" is not defined
Expected:
Workaround:
Note:
Attachments:
Comments: