- 
    Type:New Feature 
- 
    Resolution: Done
- 
    Priority:Normal 
- 
    Affects Version/s: 2.1.1
- 
    Security Level: Jimmy
problem description
if we try to add a custom event (e.g. right click) handler for Point by calling addExtraAttr(), it doesn't work. Since zk charts widget overrides all client listeners on a Point.
- run the attached zul without the patch
- right click a point
Current Result
no au requet sent to the server
Expected Result
a browser sends an au request to the server
Root Cause
- see the patch
