7

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?

Nash Worth
  • 2,524
  • 1
  • 21
  • 28

2 Answers2

15

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

Nash Worth
  • 2,524
  • 1
  • 21
  • 28
15

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

AmCharts.charts[0].version
martynasma
  • 8,542
  • 2
  • 28
  • 45