Back to amCharts.com

A very short "getting started" for those who don't like reading

  • Unzip the package.
  • Copy amcharts folder to your working dir.
  • Go to samples folder and choose any of the examples.
  • Open one of HTML files in your browser - you should see a chart.
  • View source of the page or open this HTML file with text editor.
  • Try to change something and check results.
  • Copy source to your page
  • Fix paths to scripts and other files.
  • Open your file in browser - you should see the chart.
  • Now it's time to read reference, tutorials and check the examples.
Back to top