Search found 23 matches

by tmtjond
Fri Nov 26, 2010 12:02 pm
Forum: JFreeChart
Topic: Text font size resized when the chart panel is reized
Replies: 4
Views: 6049

Text font size resized when the chart panel is reized

I noticed that when resizing the size of the chart panel, the text (e.g. axis label) inside the panel will be resized accordingly.

Anyone know how to achieve this ?
by tmtjond
Wed Nov 17, 2010 11:32 am
Forum: JFreeChart
Topic: Question on DateAxis set with lowerMargin and upperMargin
Replies: 4
Views: 4466

Re: Question on DateAxis set with lowerMargin and upperMargin

Not due to such kind of silly mistake.

I should say the required settings are injected and the behavior is not expected.

It should be a bug in the jfreechart.
by tmtjond
Wed Nov 17, 2010 4:12 am
Forum: JFreeChart
Topic: Question on DateAxis set with lowerMargin and upperMargin
Replies: 4
Views: 4466

Question on DateAxis set with lowerMargin and upperMargin

Hi all, I am using a XYPlot to display a time series dataset. When the dateAxis is set with lowerMargin and upperMargin, the dataset is properly drawn with the defined 'offset' from the left and right boundary of the chart. When the dataAxis is set with minimumDate and maximumDate (it means that onl...
by tmtjond
Wed Sep 16, 2009 2:43 am
Forum: JFreeChart
Topic: JFreeChart 1.0.13
Replies: 34
Views: 48849

Re: JFreeChart 1.0.13

I know you were working on the date tick unit mechanism and fixing some related bugs.

Do you have any schedule for the release of JFreeChart 1.0.14/ or the fix for the date axis/tick unit?
by tmtjond
Tue Sep 15, 2009 7:20 am
Forum: JFreeChart
Topic: JFreeChart new release schedule ?
Replies: 1
Views: 2651

JFreeChart new release schedule ?

I know you were working on the date tick unit mechanism.

Do you have any schedule for the release of JFreeChart 1.0.14/ or the fix for the date axis/tick unt? :P
by tmtjond
Thu Jul 23, 2009 4:22 am
Forum: JFreeChart
Topic: ConcurrentModificationException when XYPlot drawing markers
Replies: 2
Views: 4169

ConcurrentModificationException when XYPlot drawing markers

Current situation: The chart will be kept redrawing as dataset will be updated as time goes by. At the same time, the collection of markers may be updated on demand. On very rare case, it would throw "ConcurrentModificationException" when XYPlot is iterating the markers during drawing if marker is a...
by tmtjond
Wed Jul 15, 2009 10:07 am
Forum: JFreeChart
Topic: Markers in XYPlot
Replies: 2
Views: 2641

Re: Markers in XYPlot

Any advice?
by tmtjond
Mon Jul 13, 2009 3:27 pm
Forum: JFreeChart
Topic: Markers in XYPlot
Replies: 2
Views: 2641

Markers in XYPlot

Currently, in XYPlot, the set of different markers (foregroundRangeMarkers, backgroundRangeMarkers, etc) map an index to a list of markers. Moreover, it supports to clear the whole list of markers specified to a given index. However, there may be a high possibility that it requires further sub-divid...
by tmtjond
Fri Jun 19, 2009 8:44 am
Forum: JFreeChart
Topic: Segmented timeline
Replies: 5
Views: 3894

Re: Segmented timeline

It's okay, thanks for your reply.
by tmtjond
Thu Jun 18, 2009 10:25 am
Forum: JFreeChart
Topic: Segmented timeline
Replies: 5
Views: 3894

Re: Segmented timeline

I read the test cases.

It seems that it could only control the timeline's timezone by TimeZone.setDefault(timeZone).

David, wanna ask is there any reason you don't add a setter for the timezone for the segmentedTimeline?
by tmtjond
Thu Jun 18, 2009 2:39 am
Forum: JFreeChart
Topic: Segmented timeline
Replies: 5
Views: 3894

Re: Segmented timeline

Setting timezone to the dateAxis could only affect the 'display value' of the time? However, the segmented time is going to control the possible valid time period: say, the segmented time is defined as Mon 9:00am to Fri 9pm, with the DEFAULT timezone Using getDefault which creates a TimeZone based o...
by tmtjond
Wed Jun 17, 2009 4:00 pm
Forum: JFreeChart
Topic: Segmented timeline
Replies: 5
Views: 3894

Segmented timeline

I found that it is not possible to set time zone into the segmented timeline.
Any suggestion for implement a time-zone aware segmented timeline?

Thanks.
by tmtjond
Mon Jun 01, 2009 4:57 pm
Forum: JFreeChart
Topic: 2 questions on time axis labels
Replies: 2
Views: 2531

Re: 2 questions on time axis labels

Thanks for your reply. And concerning the following question: I know that the date format of the labels can be controlled via timeAxis.setDateFormatOverride(tickDateFormatter); However, it is a 'global' configuration, meaning that if there are 5 labels would be printed, all of them will be in that f...
by tmtjond
Mon Jun 01, 2009 1:08 pm
Forum: JFreeChart
Topic: 2 questions on time axis labels
Replies: 2
Views: 2531

2 questions on time axis labels

I know that the date format of the labels can be controlled via timeAxis.setDateFormatOverride(tickDateFormatter); However, it is a 'global' configuration, meaning that if there are 5 labels would be printed, all of them will be in that format. Is it possible to inject with individual setting for ea...
by tmtjond
Tue Mar 31, 2009 11:26 am
Forum: JFreeChart
Topic: AutoRange does not fit to the screen for some cases ...
Replies: 2
Views: 2286

Re: AutoRange does not fit to the screen for some cases ...

This sounds good.

May I know when will 1.0.13 be released ?