Cfchartseries type curve

Using Lucee, a cfchartseries having type=“curve” produces the same graph (consisting of straight lines between the values) as a cfchartseries having type=“line”. Using ColdFusion however the type “curve” results in a smooth curve while the type “line” produces straight lines between the values. Is it possible using Lucee to produce a smooth curve?

I would guess that type="line" is the default and that type="curve" is unsupported. Best option would be to raise a compatibility issue on Lucee’s bug tracker:

Current doco suggests it should be supported, though lucee docs has no specific list of series types:

I would add that cfchart is listed as deprecated so unless its a very simple fix its unlikely to get much traction.