Search found 10 matches

by subash_ks
Thu Sep 04, 2008 7:21 am
Forum: JFreeChart
Topic: superimpose a graph in jfree chart
Replies: 1
Views: 2176

superimpose a graph in jfree chart

Hi,

Is it possible to superimpose two graph using jfree chart.

With Regards,
Subash ks
by subash_ks
Tue Sep 02, 2008 2:00 pm
Forum: JFreeChart
Topic: Print preview problem in JSF Chart creator
Replies: 3
Views: 4388

Yes I have tried a different browser.In Firefox and Netscape its working fine.The example that provided with JSF chart creator also working fine in IE.I don 't know why its not working with my application.I have tried a lot of different options but still no result.I have posted my query in cagatay c...
by subash_ks
Tue Sep 02, 2008 1:34 pm
Forum: JFreeChart
Topic: Print preview problem in JSF Chart creator
Replies: 3
Views: 4388

Print preview problem in JSF Chart creator

Hi, We are using JSF chart creator.The web application provided with JSF chart creator working fine and its print preview is showing in IE .While integrating same file with our application graph showing properly but print preview in IE is not showing.Please help me.Its very urgent.I Have already pos...
by subash_ks
Mon Sep 01, 2008 11:54 am
Forum: JFreeChart
Topic: To show a fixed line in JSF Chart Creator
Replies: 0
Views: 1915

To show a fixed line in JSF Chart Creator

Hi all, I want to create a line graph using JSF chart creator.In that i want to show one more lines for different datas.My problem is apart form this dynamic data i want to show one fixed curve in this same graph.Is it possible?.please help me .Its very urgent..waiting for your positive replys.. Wit...
by subash_ks
Sat Aug 23, 2008 6:26 am
Forum: JFreeChart
Topic: JSF Chart Creator
Replies: 89
Views: 397839

JSF Chart creator print problem

Hi cagatay, we r using JSF chart creator.We had succcessfully integreated with our data base and its working fine but we have a problem that we can not take print outs of this graph in IE.In IE browser its print preview is not coming.Whats reason behind it .Pleas help me its very urgent.. Waiting fo...
by subash_ks
Thu Aug 21, 2008 2:06 pm
Forum: JFreeChart
Topic: JSF Chart creator printing problem
Replies: 7
Views: 9160

I have only a DefaultCategoryDataset object (creating line chart). String series1 = "First"; String series2 = "Second"; String series3 = "Third"; // column keys... String category1 = "A"; String category2 = "B"; String category3 = "C"; String category4 = "D"; String category5 = "E"; // create the da...
by subash_ks
Thu Aug 21, 2008 1:45 pm
Forum: JFreeChart
Topic: JSF Chart creator printing problem
Replies: 7
Views: 9160

could you please provide the bean code also.Thanks in advance
by subash_ks
Thu Aug 21, 2008 11:02 am
Forum: JFreeChart
Topic: JSF Chart creator printing problem
Replies: 7
Views: 9160

In which file i have to write this code..I have a JSF page and a bean for data source..This is my JSF code for chart. <c:chart id="chart2" datasource="#{LineCharts.sourceProvider.categoryDataset}" type="line" title ="Driving Behaviour" is3d="false" orientation="vertical" usemap="#stackedbarmap" gene...
by subash_ks
Thu Aug 21, 2008 10:36 am
Forum: JFreeChart
Topic: JSF Chart creator printing problem
Replies: 7
Views: 9160

Thanks for the reply let me try it....
by subash_ks
Thu Aug 21, 2008 9:45 am
Forum: JFreeChart
Topic: JSF Chart creator printing problem
Replies: 7
Views: 9160

JSF Chart creator printing problem

I want to display my JSF chart creator graph in another pop up window but its not displaying the image while we open the new window.I have embebde the graph inside <div> and while clicking on the print button I have used the following code.. function printDiv() { var disp_setting="toolbar=yes,locati...