I'm using BEx Web Application Designer 7.0 and was wondering what type of options are available in terms of event handling for the graphs themselves (line graphs in my case) within a Web Template?
What I'm getting at is, I notice when I click on a point on one of my line graphs after execution it takes me to the top of the page. Does this mean these graphs are interactive with mouse events? Would I be able to setup a function that when a point on a line on the graph is clicked, instead of it jumping me to the top of the page I could set my drilldown item to automatically set a filter for the "0CUSTOMER" characteristic that line represents, so my graph then only displays that line and not the other 4? My first assumption is this might be possible using javascript?
If more information or explanation is needed please let me know. Or if you have links to references explaining this that'd be great as well. Thanks for the help!