Search found 30 matches
- 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...
- Thu Jul 12, 2007 6:07 am
- Forum: JFreeChart
- Topic: Tool tip not shown in the graph
- Replies: 13
- Views: 12145
- Wed Jul 11, 2007 3:12 pm
- Forum: JFreeChart
- Topic: Tool tip not shown in the graph
- Replies: 13
- Views: 12145
- 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...
- 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...
- Sat Jun 30, 2007 5:30 am
- Forum: JFreeChart
- Topic: Problem with overriding refreshTicksHorizontal
- Replies: 2
- Views: 2614
- Sat Jun 30, 2007 5:30 am
- Forum: JFreeChart
- Topic: Problem with overriding refreshTicksHorizontal
- Replies: 2
- Views: 2614
- 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...
- 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...
- 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
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
- 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
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
- 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
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
- 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...
- 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...
- Mon Jun 18, 2007 5:17 pm
- Forum: JFreeChart
- Topic: Last tick label not shown fully
- Replies: 7
- Views: 9049