I've been looking for a good open-source tool for creating graphs in PHP, and pChart is looking like a great candidate.
One need I have is to be able to click on certain elements of the graph, like a category label or an individual bar, to drill-down into the data, and display new data and new graphs on a new page.
Is this something that pChart supports? I know that it outputs image files, and I know that, in a pinch, I could try using HTML Image Maps to make parts of the chart clickable, but I'm hoping there's a more automated way.
If pCharts doesn't support this functionality, is there another php charting package you would reccomend that does? It would need to be open-source, and locally hosted (no Google Chart-type API's).
Thanks!