Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AmCharts - version in code?

Is there a way to tell the version of AmCharts library that is running, from within the code, like on the AmCharts runtime object? Or any other way?

like image 879
Nash Worth Avatar asked Oct 23 '15 14:10

Nash Worth


Video Answer


2 Answers

Or, you can find out by typing this into the browser console on page with a chart:

AmCharts.charts[0].version
like image 135
martynasma Avatar answered Oct 01 '22 14:10

martynasma


found it. Just search for this.version within the minified source of amcharts.js.

like image 22
Nash Worth Avatar answered Oct 01 '22 14:10

Nash Worth