Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


As defined already, in order to render an app, add an app JS class for the chart with the App ID defined in Create App Definition screen.


For Chart apps, the following listeners are available to handle the user click events:

  • contextclick – listens to the single-click events
  • graphdrilldown – listens to the double-click events

Assuming the chart JS file name is CurrencywiseTransBarChart.js

CWEH.registerHandler('APP_CURRENCY_TXN', CWEC.DRILL_DOWN, function(config, data)
{
//Implementation logic for double-click goes here 
});



  • No labels