Drill down problem in time series chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
reach2kanchan
Posts: 32
Joined: Wed Jan 07, 2009 5:09 am

Drill down problem in time series chart

Post by reach2kanchan » Fri Jun 05, 2009 6:34 am

I need to drill down in a time series chart.

I am using the following code:-

TimeSeriesURLGenerator urlg = new TimeSeriesURLGenerator(sdf, "pie_chart.jsp", "series", "hitDate");

However, I need to pass another parameter along with the current ones.

Any suggestions and helps?

Locked