Search found 2 matches

by d3ik
Wed Feb 08, 2006 7:07 pm
Forum: JFreeChart
Topic: Tracking data indexes in Datasets
Replies: 3
Views: 4216

Tracking data indexes in Datasets

I'm using JFreeChart to build drillable web reports (i.e. - click on a slice of a pie chart, it displays data relating to that slice). Using PieChart3DDemo1.java as a reference, say I had a database table with rows for Visual Basic, Java, C/C++, PHP, Perl. In the PieDataset this becomes a key/value ...
by d3ik
Thu Jan 26, 2006 11:10 pm
Forum: JFreeChart
Topic: Image Map generation not flexible enough
Replies: 11
Views: 22561

I just got done looking at this in order to add a 'onclick' attribute to the imagemap tag. The easiest way I found was to create my own org.jfree.chart.imagemap.URLTagFragmentGenerator and org.jfree.chart.url.CategoryURLGenerator (in my test case I was using a CategoryPlot). I had the generateURL() ...