Home Forums Chart Support How can i get access to a canvasJS chart through a DOM-Container Reply To: How can i get access to a canvasJS chart through a DOM-Container

#32453

Hi there @Indranil
The library which you used in above project is jQuery.canvasjs.min.js (not canvas.min.js).
In our project we used angular.js as a framework and canvas.min.js library (not jQuery.canvas.min.js).
The reason behind we cannot use jQuery.canvas.min.js is, we already done lot’s of development with angular-js version of canvas.min.js

so can you please provide solution to get CanvasJS object from dom by using “canvas.min.js”