Home › Forums › Chart Support › How to get graph type after chart is rendered › Reply To: How to get graph type after chart is rendered
Yes, to get the chart type of first dataSeries use $("#chartContainer").CanvasJSChart().options.data[0].type.
$("#chartContainer").CanvasJSChart().options.data[0].type
Source: jQuery Integration Overview