Search found 21 matches

by moonblade
Thu May 17, 2007 6:45 am
Forum: JFreeChart
Topic: Scrolling Graph example ..
Replies: 17
Views: 46621

As for my case, i switched to another solution. At that time, i didnt have the time to invest on finding solution on the vertical scolling, so i implemented paging.

Hope you could find the solution, and dont give up !

Cheers,
Albert Kam
by moonblade
Wed Mar 14, 2007 12:38 pm
Forum: JFreeChart
Topic: Annotation/Crosshair drawing over axis labels - Help asap!!
Replies: 11
Views: 19571

The 1.0.x code in CVS is on a branch tagged STABLE_1-0-0 - make sure you check out that, and not the trunk. ^________^ Thank you so muchh .. it works .. it works beautiful ! Anyway just want to inform that while building the stable branch, i found this exception : compile: [mkdir] Created dir: /hom...
by moonblade
Wed Mar 14, 2007 4:50 am
Forum: JFreeChart
Topic: Annotation/Crosshair drawing over axis labels - Help asap!!
Replies: 11
Views: 19571

Dear all, Anyway, i've checked out the latest jfreechart and jcommon module from sourceforge cvs, build them, and use the resulted jars in my project. But the domain axis and the range axis are just gone, all are now filled with the category plot contaning the gantt bars .. This isnt the case with <...
by moonblade
Wed Mar 14, 2007 3:20 am
Forum: JFreeChart
Topic: Annotation/Crosshair drawing over axis labels - Help asap!!
Replies: 11
Views: 19571

Thank you so much ... !
Wishing you and your family peace and joy !!

:)
by moonblade
Tue Mar 13, 2007 9:32 am
Forum: JFreeChart
Topic: Annotation/Crosshair drawing over axis labels - Help asap!!
Replies: 11
Views: 19571

Yes, i have the same matter too .. It is triggered when we scroll to the right, and the annotations get out of the boundaries and overlap the category labels.

Have you found your fix ? I've tried the newest release of 1.0.4 with the same result ..

Any idea guys ? helpppp xD
by moonblade
Thu Mar 08, 2007 12:46 pm
Forum: JFreeChart
Topic: Gantt CategoryPlot and CategoryMarker
Replies: 1
Views: 4267

Gantt CategoryPlot and CategoryMarker

According to what i read in the jfree chart developer guide, Markers are added to the plot using the addDomainMarker() methods in the CategoryPlot class. But how if i want to add the marker to the RangeAxis of a gantt chart (the range axis is in date timemillis ..) ? Is it possible to use addRangeMa...
by moonblade
Fri Nov 10, 2006 7:19 am
Forum: JFreeChart
Topic: Gantt and multiple tasks
Replies: 11
Views: 27498

Please ? :D
by moonblade
Wed Nov 08, 2006 9:11 am
Forum: JFreeChart
Topic: Gantt and multiple tasks
Replies: 11
Views: 27498

Hi ...

Anyone knows how to add empty tasks to the taskseriescollection ?
I cant use the 1970-s trick, because my chart uses scroll bar, which will result in a very looooong scroll bar.

Please help
:D
by moonblade
Wed Oct 04, 2006 12:05 pm
Forum: JFreeChart
Topic: Scrolling Graph example ..
Replies: 17
Views: 46621

Thanks for the reply .. I would like to describe more about this matter. For example, in the Gantt2Demo.java, there are around 12 tasks at the domain axis, like the 'write proposal', 'obtain proposal' etc .. In the example all the tasks are viewable. If i want only the first five task viewable .. an...
by moonblade
Tue Oct 03, 2006 12:32 pm
Forum: JFreeChart
Topic: Scrolling Graph example ..
Replies: 17
Views: 46621

Is it possible to have the domain axis in your example be vertically scrollable ?
Btw the horizontal scroll works fine now in the gantt chart example ..
Thanks alot !
:D
by moonblade
Tue Oct 03, 2006 7:13 am
Forum: JFreeChart
Topic: Scrolling Graph example ..
Replies: 17
Views: 46621

Aha !
I think this should help ..

Time to experiment some more ..
by moonblade
Tue Oct 03, 2006 5:26 am
Forum: JFreeChart
Topic: Scrolling Graph example ..
Replies: 17
Views: 46621

Hi all, The scrolling works marvelously .. But .. How could i possibly have a fixed tick space, for example like 20 pixel .. or perhaps i could control that 1 graph could only have specific amount of ticks ? Now the workaround that i have is to set the range for the range axis, so that it affects th...
by moonblade
Fri Sep 29, 2006 10:41 am
Forum: JFreeChart
Topic: Scrolling Graph example ..
Replies: 17
Views: 46621

Thanks alot for the help.
I'm still experimenting ...
Wish me good luck, :D
by moonblade
Wed Sep 27, 2006 5:11 am
Forum: JFreeChart
Topic: Scrolling Graph example ..
Replies: 17
Views: 46621

Scrolling Graph example ..

Hi all, Does anyone have a working example for scrolling graph ? For example, i would like to scroll gantt chart horizontally if it doesnt fit specific area, also with the fixed tick dimension. Also, How do i set the auto fit off ? For example i want to set the tick size to represent weeks, and shou...
by moonblade
Mon Sep 25, 2006 3:40 am
Forum: JFreeChart
Topic: Different colors for each subtasks in Gantt chart
Replies: 4
Views: 8380

I'm so sorry, i didnt know :oops:
Thanks for your guide, i'll look into it asap