Does this kind of graph exist?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Roberto Rios

Does this kind of graph exist?

Post by Roberto Rios » Mon Mar 29, 2004 3:33 pm

Hi,

I am trying to plot a graph that is something between a candle stick/waterfall and vertical bar.

Let me explain: its basically a vertical bar chart, but I want to determine the start and ending values (like in the candle stink). I don't want that my bars starts at 0. I want, for example, that the start at 10 and finishes at 90.

I tried to build a bar chart using a DefaultIntervalCategoryDataset, but as I said, JFreeChart always put my bars starting at 0 (ignoring my start[]). I tried also to build a waterfall graph, but (as requested by other users) the first bar starts at 0 and the other ones starts at the ending.

If I could control the waterfall graph, forcing it to use my start[] and end[] arrays...

The graph that I want to do is a comercial pipeline or funnel.

TIA,

Roberto

Roberto Rios

Yes !

Post by Roberto Rios » Wed Mar 31, 2004 1:19 am

I found the answer taking a look inside the demo pack: It's the Interval Bar Chart Demo.

Thanks,

Roberto

anjali
Posts: 7
Joined: Thu Sep 11, 2003 9:51 am
Location: India

Funnel Chart

Post by anjali » Fri Apr 30, 2004 8:56 am

I wanted to have chart like http://www.davedolak.com/forum/messages/891.html

Is it possible with JfreeChart?

Thanks
--Anjali

Guest

Re: Funnel Chart

Post by Guest » Thu Oct 21, 2004 10:52 am

anjali wrote:I wanted to have chart like http://www.davedolak.com/forum/messages/891.html

Is it possible with JfreeChart?

Thanks
--Anjali
I wanted to open this thread again..

--Thanks

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 Oct 21, 2004 5:31 pm

It isn't possible at the moment. From the sample chart, is wasn't clear to me how this would be used, are there any better samples?
David Gilbert
JFreeChart Project Leader

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

Locked