timeline chart help needed

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
guymac
Posts: 7
Joined: Wed Feb 18, 2004 12:56 am

timeline chart help needed

Post by guymac » Wed Feb 18, 2004 11:45 pm

I'd like to make a timeline chart that shows when some process is active. It's something like a Gantt chart, but not quite. Here's an example

Code: Select all

[quote]
Process A            x--------x          x---------x          x--x
Process B      x-----x   x-------x    x---------x   x---x
----------------------------Time Axis----------------------------
[/quote]
I've tried Gantt and waterfall, but they don't quite do it. How to?

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Thu Feb 19, 2004 7:42 am

I think a new plot and dataset type is the best solution, see my comments in this thread:

http://www.jfree.org/phpBB2/viewtopic.php?t=7358
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked