Hi, I have experience using other graphing tool like nvd3, chartJS, I have to do this kind of thing:
var app = angular.module( ‘ngApp’, [‘nvd3’] );
Do I have to do that with canvasJS ?
IS there any on-line example that has canvasJS incorporated into an AngularJS app?