Hello FC!
What would be very useful and helpful is if you implement an event for where the mouse is moved over a column of a bar chart or slice of a pie chart (or any other area). Other useful events would be:
1) onmouseover/out
2) ondoubleclick
3) onkeypress/down/up
4) onresize
Please see the XML example below (of what it could look like). This would allow for building rich and engaging dashboards, could you please add this?
<chart caption='Weekly Sales Summary' xAxisName='Week' yAxisName='Sales' numberPrefix='>
<set label='Week 1' value='14400' link='j-myClickFunction-param1,param2' onmouseover='j-myMouseOverFunction-param1,param2' />
</chart>