Cfchart - seriesplacement

It would appear Lucee does not handle seriesplacement as percent or
stacked, they both come out like cluster

is this a bug, does it work differently in Lucee, or am I doing something
wrong?

Lucee 4.5

​ACF2016 (formt=flash for trycf)





<cfchartseries type="horizontalbar" >
    <cfchartdata item="Col1" value="20">
    <cfchartdata item="Col2" value="10">
</cfchartseries>

<cfchartseries type="horizontalbar">
    <cfchartdata item="Col1" value="55">
    <cfchartdata item="Col2" value="20">
</cfchartseries>

​–

AJ Mercer
<webonix:net strength=“Industrial” /> http://webonix.net | <webonix:org
community=“Open” /> http://webonix.org
http://twitter.com/webonix

I am unable to find createStackedBarChart
http://www.jfree.org/jfreechart/api/javadoc/org/jfree/chart/ChartFactory.html#createStackedBarChart-java.lang.String-java.lang.String-java.lang.String-org.jfree.data.category.CategoryDataset-org.jfree.chart.plot.PlotOrientation-boolean-boolean-boolean-
in
Lucee 4 repo
https://github.com/lucee/Lucee4/search?utf8=✓&q=createStackedBarChart&type=Code

so I am guessing it is not impletementOn 19 October 2016 at 17:31, AJ Mercer <@AJ_Mercer> wrote:

It would appear Lucee does not handle seriesplacement as percent or
stacked, they both come out like cluster

is this a bug, does it work differently in Lucee, or am I doing something
wrong?

Lucee 4.5
TryCF.com

​ACF2016 (formt=flash for trycf)
TryCF.com
91/acf2016?theme=monokai





<cfchartseries type="horizontalbar" >
    <cfchartdata item="Col1" value="20">
    <cfchartdata item="Col2" value="10">
</cfchartseries>

<cfchartseries type="horizontalbar">
    <cfchartdata item="Col1" value="55">
    <cfchartdata item="Col2" value="20">
</cfchartseries>

AJ Mercer
<webonix:net strength=“Industrial” /> http://webonix.net | <webonix:org
community=“Open” /> http://webonix.org
http://twitter.com/webonix

AJ Mercer
<webonix:net strength=“Industrial” /> http://webonix.net | <webonix:org
community=“Open” /> http://webonix.org
http://twitter.com/webonix