Home Forums Chart Support How to get graph type after chart is rendered Reply To: How to get graph type after chart is rendered

#11596

[update]

We have just released v1.9.6 Beta with Methods & Properties, which allows you to export chart as image, print chart, programmatically access internally calculated values, etc. Please refer to the release blog for more information.

In canvasjs.min.js or canvasjs.js all chart initialized variables can be reffered using chart.options. So, here you can use chart.options.data[0].type to get assigned chart type of first dataSeries.

Source: https://canvasjs.com/docs/charts/basics-of-creating-html5-chart/updating-chart-options/