tracker issue : CF-4201599

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

Colfusion 2016 - CFCHART Issue compare to 2010

| View in Tracker

Status/Resolution/Reason: To Fix//HaveNewInfo

Reporter/Name(from Bugbase): prabu mayandi / prabu mayandi ()

Created: 03/19/2018

Components: Charting/Graphing

Versions: 2016,11.0,2018

Failure Type: Others

Found In Build/Fixed In Build: 2016 /

Priority/Frequency: Normal /

Locale/System: / Windows 10 64 bit

Vote Count: 0

Problem Description:Colfusion 2016 - CFCHART Issue compare to 2010

Steps to Reproduce:Below are the issues in 2016

1) When there is a missing value, it moves all the axis values to previous points... for example.. look at second chart series in the code

2) The chart doesn't plot on the value items mentioned in the series, doesn't start from 1... instead defaults it to zero.

Actual Result:

Expected Result:

Any Workarounds:
<cfchart format="png"  chartheight="350" chartwidth="700">

    <cfchartseries type="line" serieslabel="Cost per Clicks">

       <cfchartdata item="1" value="15">

       <cfchartdata item="2" value="50">

       <cfchartdata item="3" value="47">

       <cfchartdata item="4" value="32">

       <cfchartdata item="5" value="65">

    </cfchartseries>

    <cfchartseries type="line" serieslabel="Cost per Registration">

       <cfchartdata item="1" value="45.52">

       <!---<cfchartdata item="2" value="17.68">--->

       <cfchartdata item="3" value="28.50">

       <cfchartdata item="4" value="78.62">

       <cfchartdata item="5" value="42.50">

    </cfchartseries>

</cfchart>

Attachments:

  1. March 19, 2018 00:00:00: CF2010.png
  2. March 19, 2018 00:00:00: CF2016.png

Comments:

More details about the problem can be viewed at : https://forums.adobe.com/message/10240128#10240128 Note: This link is not a solution, but more details on the problem that need to be resolved.
Comment by Rajkumar C.
53 | March 19, 2018 04:09:43 PM GMT
Do you have answer for this question?
Comment by prabu m.
29984 | November 30, 2018 10:21:58 AM GMT