John Salvador

Results 1 comments of John Salvador

I'm late to the party but I found a work around by using app.config: `app.config(['ChartJsProvider', function(ChartJsProvider){ Chart.pluginService.register({ beforeDraw: function(chart,easing) { //arbitrary before draw functionality here } //, other pluginService functions...