linechart « PrimeFaces « JSF Q&A





1. problem with primefaces linechart    stackoverflow.com

i have two problems with primefaces tag this is my backbean Code:

public class LiveChartBean {
    private Integer primaryKey;


    public Integer getPrimaryKey() {
    ...

2. Java JSF PrimeFaces LineChart Labels    stackoverflow.com

I have a problem with the PrimeFaces (3M3/3M4) library. I need a custom axis label (it does the default scale from 0 to 5 upwards), and I need it to be from ...

3. Styling chart when using model in linechart    forum.primefaces.org

16 May 2011, 23:12 by ayuso_15 Styling chart when using model in linechart I am trying to style a chart using a model by creating a CartesianChartModel and then adding Series ...

4. line chart for huge data    forum.primefaces.org

I got a problems for line chart. when I try to plot a line chart by using a huge data set. then it take very long time to render. did anybody ...

5. Bug in p:tab / p:lineChart / p:tabView ?    forum.primefaces.org

6. Problem with p:lineChart when upgrade to 1.00    forum.primefaces.org

Hello, I use PrimeFaces 0.93 with lineChart and I want upgrade to PrimeFaces 1.0 because I would use width and height to limit my chart. But, in place of chart, there ...

7. Problem lineChart with PrimeFaces 1    forum.primefaces.org

16 Feb 2010, 18:49 by dfradet Problem lineChart with PrimeFaces 1 Hello,

8. linechart datatipfunction replacement for 3.0M3    forum.primefaces.org

LIneChart in Primefaces 2.2 had a "dataTipFunction" that could be set to customize the text shown when doing a mouseover on a data point in a LineChart. This functionality seems to ...

9. Linechart without dots    forum.primefaces.org





10. [Solved]Line chart skinning    forum.primefaces.org

Hi, I have no problem sticking data series into a line chart but the hard part is skinning it. On x-axis I have java.util.Date objects that I would like to render ...

11. LineChart    forum.primefaces.org

Hi, I created the example like this : http://www.primefaces.org:8080/prime-sh ... eChart.jsf But what if I don't have values for the boys in the year 2004 and 2005 ? In other words ...

12. line chart    forum.primefaces.org

line chart with time in x-axis. x-axis should have time range from 9 AM to 4 PM and y-axis will be the price, i need to plot the graph like time ...

13. Discontinuous points in LineChart    forum.primefaces.org

ChartSeries cs = new ChartSeries(); cs.setLabel("Some Label"); cs.set("June", 190); cs.set("July", 200); cs.set("August", 160); cs.set("September", null); cs.set("October", 220); cs.set("November", null); cs.set("December", 210);

14. Problem p:lineChart into p:dialog    forum.primefaces.org

Hello, I have a problem with use of a linechart into a p:dialog. My Primefaces version is 2.2.1. I have a commandButton which call a method to initialize the data for ...

15. JSF 2.0, primefaces 2.0 linechart doesn't appear    forum.primefaces.org

Hello everybody, Like Im new in this forum, first i would like to say hello to everybody. I'im working on a project based on JSF 2.0 technology. I need to display ...

16. lineChart not updated    forum.primefaces.org

01 Jun 2010, 15:23 by timm25 lineChart not updated Hi, I have a problem with updating a lineChart after a ItemSelectEvent. I have two charts. One shows values by year and ...





17. Line chart problems with xAxis values    forum.primefaces.org

Hi, I am trying to use the line chart component where my xAxis will always have 24 hour period. And the yAxis value does not necessarily available for each hour of ...

18. LineChart rendering problems with different series lenghts    forum.primefaces.org

Hi, I'm trying to use LineChart. Problem is when trying to add 2 series with different length to the chart. For example series1 has 3 elements and series2 has 10 elements. ...

20. p:lineChart not rendered correctly    forum.primefaces.org

...

21. linechart label doesn't work    forum.primefaces.org

hi, i'm using jsf 1.2,netbeans 6.7.1. i use line chart and label.but label isnt working,so it isnt display on graph.what can i do? my code is :

22. Problem rendering line chart inside dashboard    forum.primefaces.org

Hi, Dashboard component does not fully render a line chart sitting inside it when minimised and maximised ( pressing - then + ) It shows around 30 pixels of height. On ...

23. Problem with Line Chart    forum.primefaces.org

>> << stefanom Posts: 9 Joined: 02 Feb 2009, 16:49 02 Feb 2009, 16:52 by stefanom Problem with Line Chart Hi, in my application I use jboss, richfaces and seam (2.1). ...

24.  Issue    forum.primefaces.org

Hello, finally I managed to use multiple series in a Chart by following the procedure described in: http://primefaces.prime.com.tr/forum/viewtopic.php?f=3&t=997&start=10 But i found something unexpected: -When you use the Binding process, it works ...

25. p:lineChart hides p:dialog    forum.primefaces.org

26. Cant render linechart    forum.primefaces.org

04 Oct 2009, 00:13 by barak Cant render linechart Hi, I'm trying to embed some charts inmy webapp, So I've following the line chart example provided in the showcase. However, as ...

27. linechart possible to switch axes?    forum.primefaces.org

Hi, I've been looking at linecharts and all examples I've seen as well as the api suggest that only numerical data can be set on the y-axis while string data can ...

28. Remove x-Label at linechart    forum.primefaces.org

Hey everyone, is there a method to remove the label from the x-axis at a line chart? I have about 300 Objects in my list where the x-axis is an date. ...

29. Failed to render lineChart - js error    forum.primefaces.org

13 Oct 2009, 22:34 by barak Failed to render lineChart - js error Hi all, I'm using 0.9.3 jar and failing to display a line chart, the created html is: ...

30. Line chart issues    forum.primefaces.org

24 Oct 2009, 03:14 by nitinpokhriyal Line chart issues Hi i have two problems 1. In line chart is there way to increase or decrease the interval for y axis? 2. ...

31. Plotting just points on a line chart    forum.primefaces.org

Hi, I am currently evaluating Primefaces for one of our projects. However, I noticed that it does not have a point plotting feature. Is it possible to plot a couple of ...

32. LineChart yAxis mirroring    forum.primefaces.org

33. Is linechart only for increasing values?    forum.primefaces.org

Hello. I'm trying to depict a rhombus using the linechart component, but I only get three out of four points represented. It seems linechart can only depict increasing values... In this ...

34. Pb with LineChart    forum.primefaces.org

Hello I'm new using Prime Faces and i found it very easy and pratical. With data table it'done perfect. Next i try line chart; i have displayed the jsp page ; ...