OutputChart « IceFaces « JSF Q&A





1. OutputChart 1.7.2    icefaces.org

Hello all, I am developing a BAR_STACKED_CHART_TYPE Chart, and I have declared in a Bean the following var: OutputChart outputChart1 = new OutputChart(); When a try to set the XaxisLables, the "set" method uses a String. Shouldnt it be any type of array? Because the labels are severals. The method is the following. public void setXaxisLabels(String _xaxisLabels). When I run the ...

2. Problem with List data = new ArrayList(Arrays.asList(a)) and OutputChart component    icefaces.org

I have the following: private static final int THE_LIMIT = 3; private double[ ][ ] a = new double[THE_LIMIT][THE_LIMIT]; private List data = new ArrayList(Arrays.asList(a)); I programatically fill array a with double values from database. I know it is filled since: for (int i = 0; i < THE_LIMT; i++) { /* Here I get values from database I convert the ...

3. Showing value on outputChart    icefaces.org

4. ice:outputChart Borders on three side    icefaces.org

Folks, I have this issue in which i did put a line chart with ice:outputChart but the chart image generated has a bold border on three sides of the chart which is left, top & bottom but the right border is not bolded which makes the chart look very ugly. Is there any way we can remove the bold borders or ...

5. outputChart actionListener troubles    icefaces.org

7. outputChart hover    icefaces.org

8. ice:outputChart x scales    icefaces.org

Hi, I have a chart in my application which displays a line chart on 3 data series. I don't like how the x-scale is presented as it defaults to a scale which is to big. I have values between 0 and 1, but the scale defaults from 0 - 4. So my questions are; 1: Can you force the x-scale range ...

9. ice:outputChart Scatter Plot    icefaces.org





10. Outputchart -ChartLine    icefaces.org

djsarr Joined: 06/07/2009 00:00:00 Messages: 3 Offline hi I want to buil a chart by using outputchart .However I have a following exception java.util.ArrayList cannot be cast to [D at com.icesoft.faces.component.outputchart.AbstractChart.getAs2dDoubleArray(AbstractChart.java:155) at com.icesoft.faces.component.outputchart.AxisChart.getData(AxisChart.java:311) at com.icesoft.faces.component.outputchart.AxisChart.buildChart(AxisChart.java:67) at com.icesoft.faces.component.outputchart.AbstractChart.encode(AbstractChart.java:73) at com.icesoft.faces.component.outputchart.OutputChartRenderer.encodeBegin(OutputChartRenderer.java:65) at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:788) at com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:514) at com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:522) at com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:522) at com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:522) at com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:522) at com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:481) at com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:153) at org.icefaces.netbeans.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:296) at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) ...

12. does outputchart supports jcharts    icefaces.org

13. outputChart question    icefaces.org

14. outputchart and svg    icefaces.org

15. (SOLVED) How to update/refresh information contained in a outputChart that is in a panelTab    icefaces.org

Hi Everyone, I'm a beginner in ICEFaces framework and I'm looking for help in this problem: I have a panelTab containing 2 tabs. One of those tabs contains an outputChart. The page that contains these components is supposed to show some results depending on some given parameters . Once a button is clicked the results are shown in each tab. The ...

16. outputChart problem    icefaces.org

Kassetts Ontology Manager Web GUI javax.faces.STATE_SAVING_METHOD server State saving method: "client" or "server" (= default) See JSF Specification 2.5.2 com.icesoft.faces.concurrentDOMViews false com.icesoft.faces.synchronousUpdate true uploadServlet com.icesoft.faces.component.inputfile.FileUploadServlet 1 Faces Servlet javax.faces.webapp.FacesServlet 1 Persistent Faces Servlet ...





17. ice:outputChart Chinese garbled    icefaces.org

18. outputchart, series without value    icefaces.org

I'd like to show the line chart with the first columns as no-value. Any way to achieve this ?.. I've tried with no success passing by "null" values in the bean. It is necessary to show this way in case of NODATA, so its incorrect showing as a value of 0. Thank you very much!.

20.  big memory problem    icefaces.org

Hi, I'm developing an application to monitor a lot of people and its actual states. In this application we are insert a graphic using the tag to show a Bar Chart Graphic showing the number of people who is in each state in real time. This Chart is dynamic depending on each state of each person, this implies that this ...

22. ice:outputchart not working    icefaces.org

Hi, Im trying to use the ice:outputchart but its not showing anything and doent showing any error. Im using iceface2.0 and tomcat 6.0 The code is. import java.util.ArrayList; import java.util.List; import javax.faces.bean.ManagedBean; @ManagedBean(name = "myBean") public class MyBean { private List data = new ArrayList(); public List getData() { return data; } public void setData(List data) { this.data = data; } ...

23. outputChart status    icefaces.org

I chose IceFaces for a project for it's charting feature, but have discovered that JCharts is inadequate for my needs. In the past there were some posts suggesting outputChart would be supporting JFreeChart. Whatever happened to that ? Some of the posts mention a project called "JSF Chart Creator", but the sourceforce pages for that seem to be a dead end. ...

24. icefaces Outputchart    icefaces.org

Hello Everyone, I have created web project which supports english and chinese language. Im using output chart component to display some values in a graph. When i use, english locale;everything is working fine. But when i use chinese locale, chinese characters are not displaying in the graph (remaining pages chinese characters are displaying). i have changed my window browser settings also ...

25. outputChart in dataTable    icefaces.org

28. ice:outputChart and bar labels    icefaces.org

29. Problem with outputChart    icefaces.org

30. ice:outputChart refresh problem    icefaces.org

hello everybody. i have some trouble with the outPutChart component. I have done a tree with my items collection. when i click ,the component generate one graphics. the problem is situated when i want to generate the same graphics for others item. the picture generate though with component isn't refresh. have you got some idea to solve my problem ? thx ...

31. Memory Leak outputChart    icefaces.org

34. Issues when you ArrayList with ice:outputChart    icefaces.org

awamser Joined: 09/01/2007 00:00:00 Messages: 13 Offline Maybe i'm miss reading the docs, but i'm having and issues using and ArrayList as the datasource for the ice:outputChart. #### Code from backing bean orsdc ##### public List getPercent() { List myList = new ArrayList() ; myList.add(new Double(67)); myList.add(new Double(60)); myList.add(new Double(58)); myList.add(new Double(64)); myList.add(new Double(55)); ...

35. build dynamically    icefaces.org

Here is some example code. But the way is simple. 1. Create a panelGrid dynamically (HtmlPanelGrid hpg = new HtmlPanelGrid();) and set the properties for panelgrid. 2. Create a OutputChart dynamically (OutputChart oc = new OutputChart();) and set the properties for OutputChart. 3. Add the OutputChart inside the PanelGrid. ( hpg.getChildren().add(oc);) 4. Now add the panelGrid in the htmlForm1 that you ...