piechart « PrimeFaces « JSF Q&A





1. Primefaces charts    stackoverflow.com

I am newbie to JSF primefaces. I want to know how to configure web.xml and faces-config.xml for pie charts. Any sample code with these 2 xml files will also be very helpful ...

2. Pie chart from Primefaces does not show    stackoverflow.com

I have added a pie chart but it doesn't show on the screen.

<p:pieChart value="#{questionBackingBean.distribution}" var="dist" categoryField="#{dist.description}"  
             ...

3. PieChart colours in 3.0.M2    forum.primefaces.org

4. PieChart and seriesStyle    forum.primefaces.org

5. Couldn Display Pie Chart    forum.primefaces.org

Hi I created Pie chart using prime faces ,I included all library files and code was working . I copied my project to another system and tried in that i could ...

6. Pie Chart does not render    forum.primefaces.org

05 Feb 2010, 20:58 by jgenchik Pie Chart does not render I am trying to create a simple pie chart, but it is not rendering anything. The code is very simple. ...

7. Pie chart key values    forum.primefaces.org

8. How to add tooltip to the piechart    forum.primefaces.org

16 Jun 2011, 09:49 by manickam How to add tooltip to the piechart Hi all, I am new to this primefaces. I can create and show the graph, but i cannot ...

9. programatic piechart primefaces 3.0m2    forum.primefaces.org

Hi, I'm trying to dynamically create a piechart using primefaces 3.0m2 to insert in a dashboard, but I get a js error on page saying Uncaught ReferenceError: PrimeFaces is not defined. ...





10. pieChart    forum.primefaces.org

Hi everyone, I am newbie for primefaces and want to develop and chart page. I developed everything but need some additional things. 1 - How can i change default values for ...

11. [SOLVED] Details of the Pie Chart (PrimeFace2)    forum.primefaces.org

...

12. pie chart data tip    forum.primefaces.org

Hi, I need to hide the dataTip box from the pieChart, I use primeFaces 1.0.0 and jsf 1.2. Any one could help me please?

13. problem with pieChart    forum.primefaces.org

02 Sep 2011, 01:21 by meryem problem with pieChart Hello everyone ; I am new to this forum , plz i need your help in my project i use JSF 2.0 ...

14. Pie Chart    forum.primefaces.org

private PieChartModel pieModel= new PieChartModel();; public PieChartModel getPieModel() { return pieModel; } public void setPieModel(PieChartModel ...

15. Problem using a list with piechart    forum.primefaces.org

Sep 20, 2011 6:33:59 PM com.sun.faces.application.view.FaceletViewHandlingStrategy handleRenderException SEVERE: Error Rendering View[/restrito/acao.xhtml] java.lang.ClassCastException: java.util.ArrayList cannot be cast to org.primefaces.model.chart.PieChartModel

16. Changes colors in the pieChart component    forum.primefaces.org

I'm using PrimeFace's pieChart component. I would like to use two colors for two elements... green and red. Right now they are two shades of blue. How do I change this? ...





17. HTML5 pie chart - tooltip prevents click event on slices    forum.primefaces.org

07 Oct 2011, 18:19 by rdelaplante HTML5 pie chart - tooltip prevents click event on slices Hi, I'm using PrimeFaces 3.0-M4 (Oct 4 2011) on GlassFish 3.1.1. I have pie charts ...

18. p:pieChart does not work inside of p:tab    forum.primefaces.org

19. Controls disappear - piechart issue?    forum.primefaces.org

Hello! In Netbeans 6.8 using Tomcat, if I add a piechart control to a page, the other p:xx controls do not render (in this case just another datatable control on the ...

20. Live 3D PieChart    forum.primefaces.org

21. Legend is not displaying in piechart    forum.primefaces.org

22. pie Chart primefaces 3.0.M3    forum.primefaces.org

23. PieChart styling    forum.primefaces.org

Hi, I'm new to PrimeFaces and wondered if there is a reference for styling a pie chart component. The guide provides only one example: var piechartStyle = { padding : 20, ...

24. Pie Chart not showing    forum.primefaces.org

I followed the example on Lab 3, but can not get the Pie Chart to show. I am using JSF 2.0 Mojarra 2.0.3 jstl-api-1.2 jstl-impl-1.2 tried running it on firefox and ...

25. skinning pie charts in primefaces    forum.primefaces.org

26. pie chart in netbeans    forum.primefaces.org

>> << nesrin Posts: 5 Joined: 07 Apr 2010, 04:53 07 Apr 2010, 05:11 by nesrin pie chart in netbeans hi,i prepearing pie chart in netbeans 6.7.1. i integrated primefaces for ...

27. The INFORMATION doesnt appear p:pieChart    forum.primefaces.org

...

28. pie chart colors    forum.primefaces.org

29. controlling area of pie chart    forum.primefaces.org

Hello Friends, I am new to primefaces and it seems to me that the area of pie chart gets changed based on the length of text in legends. It is quite ...

30. p:pieChart NullPointerException    forum.primefaces.org

07 Jun 2010, 03:22 by xDer p:pieChart NullPointerException My code: TODO supply a title

32. pie charts and colors    forum.primefaces.org

Hi, The answer to your first question is, yes, there is. Section 3.8 Charts, and in particular, section 3.8.8 Skinning Charts, of the pdf manual explain how to do it. See ...

33. Pie Chart - Specific Colors per categoryField    forum.primefaces.org

14 Jun 2010, 22:12 by arex Pie Chart - Specific Colors per categoryField I'm trying to style a pie chart based specifically on which category it is, with a specific color ...

34. encodeEnd problem on pieChart    forum.primefaces.org

Exception while calling encodeEnd on component : {Component-Path : [Class: org.ajax4jsf.component.AjaxViewRoot,ViewId: /pages/statistics/my_graph.xhtml][Class: org.primefaces.component.chart.pie.PieChart,Id: j_id5]} Caused by: java.lang.NullPointerException - Exception while calling encodeEnd on component : {Component-Path : [Class: org.ajax4jsf.component.AjaxViewRoot,ViewId: /pages/statistics/my_graph.xhtml][Class: org.primefaces.component.chart.pie.PieChart,Id: ...

35. Nullpointer Exception p:pieChart    forum.primefaces.org

>> << rider Posts: 121 Joined: 05 Mar 2010, 13:17 23 Jun 2010, 17:10 by rider Nullpointer Exception p:pieChart Hello, If I open a page, which is not yet in my ...

36. pie chart problem with translation in 2.0.2    forum.primefaces.org

37. Problem with PieChart    forum.primefaces.org

26 Aug 2009, 18:22 by torugo Problem with PieChart I am trying to test a piechart on my jsf. I coded my graph.jsp like this: Code: <%@ page contentType="text/html" ...

38. Legend is Missing in Pie Chart    forum.primefaces.org

39. In IE p:pieChart Problem    forum.primefaces.org

In 2.2, charts are revisited and refactored, can you try with a nightly of 2.2? Note that it's not production ready yet, just to test for piechart.

40. Nullpointer at inital load of PieChart    forum.primefaces.org

>> << fenix4life Posts: 7 Joined: 09 Aug 2010, 10:11 09 Aug 2010, 10:19 by fenix4life Nullpointer at inital load of PieChart Hello, While changing our charts from Jfreechart to the ...

41. when i click in live pie chart i need to display the detail    forum.primefaces.org

hi Is there is any option ,when i click the live pie chart i need to display one dialog box along with content .. I m using primefaces 2.1 version.......... for ...

42. pie chart not working properly    forum.primefaces.org

hi i m using primefaces 1.2 pie chart .. chart is coming nice . but the catgory field is not coming .. this is my xhtml code

43. PieChart doesn't work    forum.primefaces.org

44. pie chart is blank    forum.primefaces.org

>> << varunagrawal Posts: 36 Joined: 12 Aug 2010, 15:49 17 Sep 2010, 18:13 by varunagrawal pie chart is blank Hi , I am trying to use pie chart. However nothing ...

45. JS error in IE when itemselection on Piechart    forum.primefaces.org

>> << drisyagnath Posts: 2 Joined: 14 Oct 2010, 08:34 14 Oct 2010, 08:49 by drisyagnath JS error in IE when itemselection on Piechart Hi, I am facing 2 issues . ...

46. Changing text in values    forum.primefaces.org

Hello, I've searched the primefaces user documentation, google, and this forum, and I cannot seem to find any information on how to change the highlighted value below. All I want to ...

47. Pie charts shows no legend when using PieChartModel    forum.primefaces.org

Netbeans 7.1 | GlassFish 3.1 | PostgreSQL 9.0| MongoDB | Primefaces 3.0M4 _______________________________________________________________ Subraya Mallya http://tinyhabit.com |http://twitter.com/tinyhabit

48. Pie Chart not working in Chrome and Safari    forum.primefaces.org

Hello.. I'm using the pie chart but it's not working.. It creates the chart's space but don't create de sections and the brands see the code below Class: grafico.java ...

49. add dynamic pie charts to dashboard    forum.primefaces.org

Hi everyone, I have been working with the dashboard. I want to add dynamically panels to it, and inside have a different pie chart, but I seem to be having lots ...

50. question on pieChart    forum.primefaces.org

>> << leffe Posts: 8 Joined: 09 Nov 2009, 17:20 Location: Belgium 09 Nov 2009, 18:01 by leffe question on pieChart hello all i was trying to make the pieChart example ...

51. Change colors in piechart    forum.primefaces.org

52. Problems with piechart    forum.primefaces.org

I found the solution! The secret is define the encoding of your xhtml in two places (in the beginning and in the head). In the beginning, the encoding have to be ...