You must be logged in to post your query.
Home › Forums › Chart Support › Fetch canvas title text
Helllo Canvas js team,
https://jsfiddle.net/cwmx4azj/1/
In above snippet How can I fetch the title text of canvas by using canvas container id?
Thanks, Tejal
Tejal,
Sorry as of now it is not possible to access the title/chart options through the canvas container id. Instead, you can use the following code snippets chart.title.text to access the title text through the chart object. Please take a look at this updated jsfiddle.
chart.title.text
____________ Indranil Deo, Team CanvasJS
You must be logged in to reply to this topic. Login/Register