refresh method and events - AnyChart JavaScript Interactivity

Every time you update the chart using JavaScript Interactivity Methods and apply them using refresh() method - no render/draw events pops up, but you can track the fact that changes are applied handling refresh (or refreshView) event.

This sample shows the easiest of JavaScript Interactivity Methods - setPlotCustomAttribute and every event happened shows an alert message box withits name.

See HTML Source for more.