chartseries « PrimeFaces « JSF Q&A





2. Bug: dynamic charts using p:chartSeries    forum.primefaces.org

There is a serious problem when trying to generate charts where the number of p:chartSeries-components is determined dynamically. We are using latest 2.0.1-SNAPSHOT version from Feb 15th. First, we tried to ...

3. Chart: Sub-ChartSeries    forum.primefaces.org

CartesianChartModel categoryModel = new CartesianChartModel(); ChartSeries month1 = new ChartSeries(); month1.setLabel("Jan"); ChartSeries company1 = new ChartSeries(); company1.set("A", 10); company1.set("B", 5); company1.set("C", 2); ChartSeries company2 = new ChartSeries(); company2.set("A", 7); ...

4. p:chartSeries throws NullPointerException    forum.primefaces.org

I'm running the latest primefaces 2.0 build w/ JSF 2.0 and facelets on a Glassfish V3 instance that came bundled w/ NetBean 6.8. I've been trying to work out how to ...

7. p:chartSeries converter not Working!    forum.primefaces.org

public ...





10. Dynamic for a lineChart    forum.primefaces.org

07 Aug 2009, 01:07 by GiriGG Dynamic for a lineChart Hi, I am trying to generate a lineChart with multiple by a

11. ChartSeries class    forum.primefaces.org

Hi, first off primefaces is great! I wanted to make a few changes to the charts so I could integrate it cleaner into my existing JSF app. For some reason I ...

12. Dynamic problem    forum.primefaces.org

Hello, I have to make charts with variable sets of series, but found a problem: I Wrote and tested this simple code for visualizing it: It was using a structure ...

13. ChartSeries, CartesianModel    forum.primefaces.org

>> << Bitia Cruz Posts: 11 Joined: 01 Oct 2010, 23:02 22 Jan 2011, 21:16 by Bitia Cruz ChartSeries, CartesianModel Good day everyone, my question today is with respect to component ...