You must be logged in to post your query.
Home › Forums › Chart Support › How to inject canvasJS dependency into my Angular app Controller?
Tagged: Integrating with AngularJS
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?
You can check these threads for integrating CanvasJS charts with AngularJS
1) Creating multiple CanvasJS charts inside with ng-repeat 2) AngularJS and CanvasJS Bar Chart Index Labels – how to show them?
@lenaip,
We have just released v2.1 with module import/export with which you can easily integrate front-end framework like React, Angular, Vuejs, etc. Please refer to the release blog for more information. Do download the latest version from our download page and let us know your feedback.
___________ Indranil Deo, Team CanvasJS
You must be logged in to reply to this topic. Login/Register