Drill down charts with JFreeChart!

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

Drill down charts with JFreeChart!

Post by Janakiraman » Thu Nov 01, 2001 11:43 am

Hi Dave,
Is it possible to create drill down charts with JFreechart at present.? What does it actually take to create drill down graphs?
I am trying to deal with multi-dimensional data and hence the need for drill down charts.
Regds
-Janaki

David Gilbert

RE: Drill down charts with JFreeChart!

Post by David Gilbert » Mon Nov 05, 2001 9:25 am

Hi Janaki,

It's not possible in the current version. I guess what is required is some notification mechanism that gets triggered whenever the user clicks on some part of a chart. It's not a trivial change, but I'll keep the requirement in mind as I integrate tooltips and zooming, two of the contributions that I've received from other developers since 0.5.6 was released.

Regards,

DG.

Locked