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
Does this kind of graph exist?
Funnel Chart
I wanted to have chart like http://www.davedolak.com/forum/messages/891.html
Is it possible with JfreeChart?
Thanks
--Anjali
Is it possible with JfreeChart?
Thanks
--Anjali
Re: Funnel Chart
I wanted to open this thread again..anjali wrote:I wanted to have chart like http://www.davedolak.com/forum/messages/891.html
Is it possible with JfreeChart?
Thanks
--Anjali
--Thanks
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
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
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

