It is not working, I am getting:
Uncaught TypeError: i5SPC.registerEventUpdateHandler is not a function
this is my code:
i5SPC.registerEventUpdateHandler(function(oEvent) {
console.log("test", oEvent);
});
Is there any doc or example for how to use these events / methods for SPC charts ?