Does anyone have an example of using FusionCharts as a JSF component with an actionListener, such that when you click somewhere on the chart it executes a method server-side on the backing bean?
For example, I'd like to do something like
I have some rough ideas on how to do this but I'm curious to see whether anyone else has already come up with a solution. With ICEfaces, the best I've come up so far is to make a separate hidden ice:commandLink tag with the actionListener method binding, and put a Javascript callback function in my FusionCharts data set that explicitly executes similar Javascript as the commandLink would if clicked directly. I feel like there has to be a better way to do this, though.