there was a topic some day's ago, about "bar and mouse event" (see http://www.object-refinery.com/phorum-3 ... 410&t=1410). As it seems for now, there is no support for getting all needed infomations out of the graph easily (most use the tooltips to identify the related bar) - so i decided that i will add a 'info' object beside the tooltip object, which can hold all the needed informations (category, serie, value, ...?). So it will be easier to get the related informations in the "handleClick" functions (by functions like infoObject.getCategory(x, y), ...).
So David, if that is needed by more people it will be best that i will write it conform to your stuff. I thought about making a new dirctory for that info class (suggestions for the name?).
Perhaps i can implement the listener interface so someone can 'listen' for people clicking on the bars and does not need to overload the handleClick function - do you think that will make sense?
Any other suggestions, hints?
regards,
Alex
