Search found 12 matches

by its_vippy
Thu Oct 06, 2005 10:54 am
Forum: JFreeChart
Topic: Image map generation problem
Replies: 7
Views: 7703

Hi Dave
Is there anything you got.
I forgot to mention that i am using 0.9.18
by its_vippy
Tue Oct 04, 2005 2:09 pm
Forum: JFreeChart
Topic: Image map generation problem
Replies: 7
Views: 7703

Yes they are.

Yes,
chartWidth=400;
chartHeight=150;

I dont think it should make a difference but i tried by increasing the size to 700,300 but to no avail. :-(

Vippy
by its_vippy
Tue Oct 04, 2005 8:59 am
Forum: JFreeChart
Topic: Image map generation problem
Replies: 7
Views: 7703

Same Renderer

Both are TimeSeriesChart and use XYItemRenderer.

Anyone with a clue ?

Vippy
by its_vippy
Mon Oct 03, 2005 3:35 pm
Forum: JFreeChart
Topic: Image map generation problem
Replies: 7
Views: 7703

Image map generation problem

Hi All, @ 2 places in my application I am trying to generate image-maps for the charts which i later use in my html pages. the code is almost similar but surprisingly @ one place it works while @ other place it gives me <Empty> map while chart contains the data. SuccessFul case: File image1=new File...
by its_vippy
Thu Sep 08, 2005 8:09 am
Forum: JFreeChart
Topic: set more params in URL::URGENT
Replies: 1
Views: 3534

set more params in URL::URGENT

Hi, If i want to send more parameter with request other than "series " and "Item" in the url of Imagemap e.g. href="http:://localhost/servlet/ChartWindow? parent=LOAD &series=AVG_LOAD&category=CPU" how to set that ???? currently what i am doing is //br->bar renderer instance br.setItemURLGenerator(n...
by its_vippy
Thu Sep 08, 2005 8:02 am
Forum: JFreeChart
Topic: How to generate URL...??
Replies: 2
Views: 3249

Hi, If i want to send more parameter with request other than "series " and "Item" in the url of Imagemap e.g. href="http:://localhost/servlet/ChartWindow? parent=LOAD &series=AVG_LOAD&category=CPU" how to set that ???? currently what i am doing is //br->bar renderer instance br.setItemURLGenerator(n...
by its_vippy
Thu Sep 08, 2005 7:24 am
Forum: JFreeChart
Topic: Added : dynamic data, zooming, adjust, move...
Replies: 50
Views: 92669

I also need it.
if someone gets it ,
please make an anoouncement on this thread.

Vipin
by its_vippy
Mon Sep 05, 2005 11:54 am
Forum: JFreeChart
Topic: Display moving graphs in web-app
Replies: 2
Views: 3953

Don't know much about applets.
I have always relied on servlets/JSP's.

And in this case If i run a applet how can i get the new data from the server ?
by its_vippy
Mon Sep 05, 2005 10:30 am
Forum: JFreeChart
Topic: Display moving graphs in web-app
Replies: 2
Views: 3953

Display moving graphs in web-app

Hi, I want to display a cpu/memory trace (same as in windows taskbar) in my web-application using the moving time-series chart (which seems to be obvious choice). Graph has to be updated every 10 secs or so. How can i do that ? One line i was thinking is that every 10 secs i call reload of page usin...
by its_vippy
Fri Jan 07, 2005 11:24 am
Forum: JFreeChart
Topic: tooltip+dateTickunitPosition
Replies: 0
Views: 1872

tooltip+dateTickunitPosition

Hi 2 Questions: 1. I am Using 0.9.18 vesion and i have modified that version to suit my needs number of times in that version there is no StandardToolTipGenerator class and i want to customize the tooltips for my timeSeries chart which contains dynamic number of time series Whts the way out.... Can ...
by its_vippy
Thu Jan 06, 2005 7:43 am
Forum: JFreeChart
Topic: TimeSeries and TickPositions
Replies: 0
Views: 1828

TimeSeries and TickPositions

I have a TimeSeries Graph which is constantly updated... and @ any moment user can change the period of updation which is fixed unless user change it now what i want is to display domain axis ticks @ the point of updation only. I set the setTickUnit equal to current periodical time(e.g. 30 Seconds) ...
by its_vippy
Tue Nov 23, 2004 6:38 am
Forum: JFreeChart
Topic: how to put scrollbar in chart
Replies: 0
Views: 2043

how to put scrollbar in chart

I want to put the scrollbar in chart
so tht i can keep the width maintained even when the data grows and
so preserve the readability...
can someone suggest me how to do so ??
Vipin