Search found 12 matches

by sumaya.baig
Tue Feb 06, 2007 10:08 am
Forum: JFreeChart
Topic: Urgent : JFree Chart For AIX - Plz Help
Replies: 4
Views: 7353

i read those posts .. after posting my msg .. :-S .. i'm a she not a he .. thanks anyway .. i guess i'll use an applet .. apparently installing X11 on all the production and pre-production servers is not an option ..
by sumaya.baig
Fri Feb 02, 2007 5:07 am
Forum: JFreeChart
Topic: Urgent : JFree Chart For AIX - Plz Help
Replies: 4
Views: 7353

Urgent : JFree Chart For AIX - Plz Help

Hi , I'm using Jfree charts by converting the chart to an image and displaying in a jsp. It works fine in Windows. But i need to run them on an AIX machine. Please help .. do I need to change the code and add new classes ? This is urgent.
by sumaya.baig
Mon Nov 13, 2006 1:42 pm
Forum: JFreeChart
Topic: Export dataset values to a .csv file
Replies: 1
Views: 3598

Export dataset values to a .csv file

Hi, how do i export the values of the chart data set ( double [][] ) to a .csv file ?
by sumaya.baig
Fri Nov 10, 2006 2:20 pm
Forum: JFreeChart
Topic: JFree Chart Pop-Up !! Help
Replies: 2
Views: 3426

.... yea ... have to export the chart as an image , then capture it in a response object and direct it to a new jsp ... got it from ur previous post on this forum .. thanx !
by sumaya.baig
Fri Nov 10, 2006 7:00 am
Forum: JFreeChart
Topic: JFree Chart Pop-Up !! Help
Replies: 2
Views: 3426

JFree Chart Pop-Up !! Help

Hi , i have a jsp which runs on a remote server. Now, whenever i call the jfree chart, it pops up on the server instead of the local machine ! Help !
by sumaya.baig
Tue Nov 07, 2006 1:58 pm
Forum: JFreeChart
Topic: Jfree Chart Frame Close Button
Replies: 5
Views: 5928

Thanks for the help thomas ! ... i've fixed de problem ! :D
by sumaya.baig
Tue Nov 07, 2006 11:58 am
Forum: JFreeChart
Topic: Jfree Chart Frame Close Button
Replies: 5
Views: 5928

hmm ... i guess i am re-cooking the demo programs which use ApplcationFrame directly !!
by sumaya.baig
Tue Nov 07, 2006 11:00 am
Forum: JFreeChart
Topic: Jfree Chart Frame Close Button
Replies: 5
Views: 5928

ahhh ... ok i'll wait for some1 else ! :)
by sumaya.baig
Tue Nov 07, 2006 10:59 am
Forum: JFreeChart
Topic: Including different types (with values) in each Bar of chart
Replies: 4
Views: 5162

thanks ! :) , i will try that and get back to you !
by sumaya.baig
Tue Nov 07, 2006 10:51 am
Forum: JFreeChart
Topic: Including different types (with values) in each Bar of chart
Replies: 4
Views: 5162

[img]https://www.quickbase.com/help/chart_view_type.html[/img]

yes it is a stacked bar chart like on this page .. but it is horizontal .. sorry i dunno how to paste images in a reply !
by sumaya.baig
Tue Nov 07, 2006 10:45 am
Forum: JFreeChart
Topic: Including different types (with values) in each Bar of chart
Replies: 4
Views: 5162

Including different types (with values) in each Bar of chart

Hi, i need to include to make a bar chart which shows how different errors contribute to all the error for a particular tool . In simple words , a bar chart , having 1 bar for each tool , each bar having the magnitude of the contribution of that tool to the total number of errors , and each bar divi...
by sumaya.baig
Tue Nov 07, 2006 6:59 am
Forum: JFreeChart
Topic: Jfree Chart Frame Close Button
Replies: 5
Views: 5928

Jfree Chart Frame Close Button

Hi, i am developing a jsp using struts framework. After submitting the form and going to the action class, i instantiate the jfree chart class that i have created. Now, the chart pops up in a new frame which is great but as soon as the user closes this frame using the cross on the right hand corner ...