Search found 30 matches

by Narayan
Tue Jul 17, 2007 5:05 pm
Forum: JFreeChart
Topic: Reducing the image map
Replies: 0
Views: 1767

Reducing the image map

Hi All, I am using image map for drawing the chart to get the tooltips. If the image map is huge, the page is not rendered properly in IE. So I want to reduce the image map ie. for a range of dates in X axis , I want the maximum and minimum values ie, for every 5 tick points I will have 2 points. Is...
by Narayan
Thu Jul 12, 2007 6:07 am
Forum: JFreeChart
Topic: Tool tip not shown in the graph
Replies: 13
Views: 12145

Ok.. Thanks.
by Narayan
Wed Jul 11, 2007 3:12 pm
Forum: JFreeChart
Topic: Tool tip not shown in the graph
Replies: 13
Views: 12145

Its urgent because I have the release of the code.

It would be really helpful if I get the solution fast.
by Narayan
Wed Jul 11, 2007 2:48 pm
Forum: JFreeChart
Topic: Tool tip not shown in the graph
Replies: 13
Views: 12145

Hi Dave, I am doing the way you had told me, once getting the imageMap and then getting the chart. But the problem is that if there are lots of records, the chart is not displayed fully, also in the page, some components of the page like left navigation bar will be missing. Can you please tell me ho...
by Narayan
Tue Jul 03, 2007 10:05 am
Forum: JFreeChart
Topic: How to display the shape
Replies: 1
Views: 2297

How to display the shape

Hi all, I have this problem when I have data for only one point. I cant make out where are the points exactly. So I want to display the ticks with different shapes. I am using the timeseries chart, XYPlot, and XYItemRenderer. Can I get the shapes for the series ticks ?? Can I get the shapes from the...
by Narayan
Sat Jun 30, 2007 5:28 am
Forum: JFreeChart
Topic: Problem with overriding refreshTicksHorizontal
Replies: 2
Views: 2614

Problem with overriding refreshTicksHorizontal

Hi All, I am facing this problem when I am overriding the refreshTicksHorizontal. Suppose I have only one date say May 22.. If I do getMinimumDate() I am getting the date as "Sat May21 23:59:59 IST 2007". and getMaximumDate() as "Sun May 22 00:00:00 IST 2007". But since I have a single date I want t...
by Narayan
Sat Jun 30, 2007 5:14 am
Forum: JFreeChart
Topic: Problem with overriding refreshTicksHorizontal
Replies: 1
Views: 2263

Problem with overriding refreshTicksHorizontal

Hi All, I am facing this problem when I am overriding the refreshTicksHorizontal. Suppose I have only one date say May 22.. If I do getMinimumDate() I am getting the date as "Sat May21 23:59:59 IST 2007". and getMaximumDate() as "Sun May 22 00:00:00 IST 2007". But since I have a single date I want t...
by Narayan
Mon Jun 25, 2007 11:43 am
Forum: JFreeChart
Topic: Display AM / PM when displaying the date.
Replies: 1
Views: 2318

Display AM / PM when displaying the date.

Hi All,

I am using the TimeSeries chart, where my hour is coming as 0-23 hours as input. But when displaying it in the chart I want it to be displayed in the -12 hour format with AM and PM displayed
How can I go about it

Regards,
Narayan
by Narayan
Mon Jun 25, 2007 11:26 am
Forum: JFreeChart
Topic: Display AM / PM when displaying the date.
Replies: 1
Views: 2177

Display AM / PM when displaying the date.

Hi All,

I am using the TimeSeries chart, where my hour is coming as 0-23 hours as input. But when displaying it in the chart I want it to be displayed in the -12 hour format with AM and PM displayed
How can I go about it

Regards,
Narayan
by Narayan
Thu Jun 21, 2007 4:33 pm
Forum: JFreeChart
Topic: Giving the units to the range axis.
Replies: 1
Views: 2170

Giving the units to the range axis.

Hi All,

I have the values in range axis which might have 10 - 20 digits.
So Is there any way to show these values in terms of kilos or megas etc
Eg - 23, 25, 27 ( units in Kilos ) instead of 23000, 25000, 27000

Cheers,
Narayan
by Narayan
Thu Jun 21, 2007 4:29 pm
Forum: JFreeChart
Topic: Overlapping labels of range axis
Replies: 3
Views: 4130

Hi All, It worked ... I am getting the difference between the minimum and maximum values and deviding by 9 ( number of ticks I want in the range axix) and then setting the tick unit. double minValue = (double) rangeAxis.getRange().getLowerBound(); double maxValue = (double) rangeAxis.getRange().getU...
by Narayan
Thu Jun 21, 2007 10:56 am
Forum: JFreeChart
Topic: Overlapping labels of range axis
Replies: 3
Views: 4130

Hello, This problem is back. So I am appending the sample code where the tick labesl of y axis are overlpped. package com.jpmchase.mm.application.emb.stats.test; import java.awt.Color; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.text...
by Narayan
Mon Jun 18, 2007 5:17 pm
Forum: JFreeChart
Topic: Last tick label not shown fully
Replies: 7
Views: 9049

Hi All,

I am facing this problem sometimes, while many times it works very well..
Suppose if I have "Jan 12, 2007" as my last tick label, sometimes I am able to see only "Jan 12," and sometimess "Jan 12, 2" etc.
Can anyone let me know how this can be fixed.

Regards,
Narayan