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

#32386

@darshanjain,

It’s not possible to access chart based on the DOM element in angular. However if you are using jQuery plugin, you can do so using jQuery selector var c = $("#chartContainer").CanvasJSChart();.

___________
Indranil Deo
Team CanvasJS