How to create dashboard with fixed width bar charts?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
kpelckmans
Posts: 5
Joined: Mon May 12, 2008 8:50 am

How to create dashboard with fixed width bar charts?

Post by kpelckmans » Mon May 12, 2008 9:25 am

Hello,

After we presented a prototype in Excel to our customer, we would like to create a JFreeChart version of a dashboard like this airline dashboard, especially the top 10 graphics (very simple bar charts):
img=www.bonavistasystems.com/Download2/Airl ... board2.png
Other great examples can be found at the url=www.bonavistasystems.com/OnlineDemoReports.html BonaVista site.

However, we cannot seem to control the bar height of different charts. Is there a way to elegantly construct these types of graphics with JFreeChart?

I read the Eastwood chart servlet mimicks Google charts. Would it also support the bar width property mentioned in the url=code.google.com/apis/chart/#styles Google chart api?

Thanks for your comments,

Kristof

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 » Mon May 12, 2008 4:59 pm

I did some work for a client a few months ago to create exactly this sort of dashboard. It is relatively straightforward, and as soon as I find the time I'll add a couple of examples to the JFreeChart demo collection.
David Gilbert
JFreeChart Project Leader

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

kpelckmans
Posts: 5
Joined: Mon May 12, 2008 8:50 am

Post by kpelckmans » Mon May 12, 2008 6:45 pm

Dave,

That would be great! Please do not wait too long, because we are approaching a deadline.

Thanks a bunch,

Kristof

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 » Mon May 12, 2008 9:18 pm

kpelckmans wrote:Please do not wait too long, because we are approaching a deadline.
Well, I have my own deadlines too. But I'm on the lookout for some more consulting work, if you want priority treatment:

http://www.object-refinery.com/consulting.html
David Gilbert
JFreeChart Project Leader

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

kpelckmans
Posts: 5
Joined: Mon May 12, 2008 8:50 am

Post by kpelckmans » Mon May 12, 2008 10:34 pm

Dave,

Thanks for the information. We will keep it in mind.

Best regards,

Kristof

Locked