1. how to change colors of chartseries in charts with 3.0.M2 ? forum.primefaces.org |
2. Bug: dynamic charts using p:chartSeries forum.primefaces.orgThere 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.orgCartesianChartModel 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.orgI'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 ... |
5. creat many curve in lineChart without using |
6. rendered attribute is not working with |
7. p:chartSeries converter not Working! forum.primefaces.org |
8. Line Chart with dynamic |
9. how to set |
10. Dynamic |
11. ChartSeries class forum.primefaces.orgHi, 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 |
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 ... |