tracker issue : CF-4198657

select a category, or use search below
(searches all categories and all time range)
Title:

CFCHART output messed up

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/AsDesigned

Reporter/Name(from Bugbase): Robin Boudwin / Robin Boudwin ()

Created: 05/11/2017

Components: Charting/Graphing

Versions: 2016

Failure Type: Others

Found In Build/Fixed In Build: asfdasf /

Priority/Frequency: Normal /

Locale/System: / Android 1.x

Vote Count: 0

Problem Description:  My hosts server crashed, so they updated me to CF2016 which broke all of my cfcharts.  Any ideas what to do to fix it?  I'm finding lots of bug reports posted for over 2 years, but no solutions.

I don't know the details of the new system, so I'm selecting bogus info to be able to submit the bug.

Steps to Reproduce:

Actual Result:

Expected Result:

Any Workarounds:

Attachments:

  1. May 11, 2017 00:00:00: cfchart.jpg

Comments:

@Robin could you please share the code that you used to generate this chart.
Comment by Dattanand M.
745 | May 17, 2017 05:25:11 AM GMT
It's the same code that worked in CF8. Not sure why it wouldn't work now. Did the tag change for CF2016, so my code needs to change?
Comment by Robin B.
746 | May 23, 2017 02:34:00 PM GMT
I see that there are lots of posts about this unresolved bug. When will it be fixed?
Comment by Robin B.
747 | May 23, 2017 02:55:24 PM GMT
@Robin could you please share the code that you used to generate this chart.
Comment by Dattanand M.
748 | May 24, 2017 07:52:54 AM GMT
I've simplified the code: <cfchart format="png" chartwidth="#variables.cwidth#" show3d="yes" scalefrom = "#chart.minscale#" scaleto="#chart.maxscale#" showlegend="no" showxgridlines="yes" showygridlines="yes" gridlines="#chart.gridlines#"> <cfchartseries type="#chart.type#" colorlist="#variables.colorlist#"> <cfchartdata item = "#getscale.legend# - #X# (#numberformat(variables.tempscore,"9999.99")#)" value = "#numberformat(variables.tempscore,"9999.99")#"> </cfchartseries? </cfchart>
Comment by Robin B.
749 | July 10, 2017 06:04:51 PM GMT
The chart doesn't appear to be 3D. The colors are also not displaying correctly.
Comment by Robin B.
750 | July 10, 2017 06:06:34 PM GMT
I'm working through some of the issues. I tried to modify my comments, but it wouldn't let me edit them.
Comment by Robin B.
751 | July 10, 2017 06:25:58 PM GMT
@Robin the 3D effect in CF11 and CF2016 are different form CF10 as we have moved our charting engine from webcharts to ZingCharts. That is how ZingCharts are displaying the 3D charts.
Comment by Dattanand M.
752 | September 17, 2017 08:23:21 AM GMT