...
For Chart apps, the following listeners are available to handle the user click events:
- contextclick – CONTEXT_CLICK – listens to the single-click events
- graphdrilldown – DRILL_DOWN – listens to the double-click events
...
Code Block | ||
---|---|---|
| ||
CWEH.registerHandler('APP_CURRENCY_TXN', CWEC.DRILL_DOWN, function(config, data) { //Implementation logic for double-click goes here }); |