Home Forums Chart Support call methods Reply To: call methods

#28995

@mat,

The document.getElementById() method returns the HTML DOM element that has the ID attribute with the specified value. To access the methods and properties of the chart, you will have to use its reference(e.g chart.render()). Please refer to this documentation page for more information on accessing the methods and properties of the chart.


Shashi Ranjan
Team CanvasJS