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

#11590

Yes, to get the chart type of first dataSeries use
$("#chartContainer").CanvasJSChart().options.data[0].type.

Source: jQuery Integration Overview