| 23 |
liveuser |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
|
|
4 |
<title>Intro to JavaScript amCharts</title>
|
|
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
6 |
<link href="images/style.css" rel="stylesheet" type="text/css">
|
|
|
7 |
</head>
|
|
|
8 |
|
|
|
9 |
<body bgcolor="#FFFFFF">
|
|
|
10 |
<p><img src="images/logo.png" /></p>
|
|
|
11 |
<hr>
|
|
|
12 |
<h2>A very short tutorial for those who don't like reading</h2>
|
|
|
13 |
<ul>
|
|
|
14 |
<li>Copy <b>amcharts</b> folder to your working dir.</li>
|
|
|
15 |
<li>Go to <i>samples</i> folder and open one of HTML files in your browser - you should see a chart.</li>
|
|
|
16 |
<li>View source of the page or open this HTML file with text editor.</li>
|
|
|
17 |
<li>Try to make some changes.</li>
|
|
|
18 |
<li>Copy/Paste everything to your html/php/asp/etc file and fix paths to scripts</li>
|
|
|
19 |
<li>Open your file in browser - you should see the same chart.</li>
|
|
|
20 |
<li>Now it's time to read all the tutorials and check the examples :)</li>
|
|
|
21 |
</ul>
|
|
|
22 |
<hr>
|
|
|
23 |
<h2>Documentation</h2>
|
|
|
24 |
<ul>
|
|
|
25 |
<li><a href="http://docs.amcharts.com/3/javascriptstockchart">JavaScript reference</a></li>
|
|
|
26 |
</ul>
|
|
|
27 |
<hr>
|
|
|
28 |
<h2>Tutorials</h2>
|
|
|
29 |
<ul>
|
|
|
30 |
<li>For the latest list of tutorials, <a href="http://www.amcharts.com/tutorials/">visit tutorials page</a>.</li>
|
|
|
31 |
</ul>
|
|
|
32 |
<hr>
|
|
|
33 |
<h2>Examples</h2>
|
|
|
34 |
We think that the best way to start learning amCharts (and any other similar software) is to study examples. Check samples folder - there are plenty of them! In case you prefer working in jsFiddle, visit our web site - all samples have a link to jsFiddle where you can edit and view the result instantly.
|
|
|
35 |
<h2>Support</h2>
|
|
|
36 |
In case you have a question, go to our <a href="http://www.amcharts.com/support">support section</a>. You'll find a lot of information there, and if you won't - you can always ask.
|
|
|
37 |
<hr>
|
|
|
38 |
<h2>Good luck!</h2>
|
|
|
39 |
<hr>
|
|
|
40 |
</body>
|
|
|
41 |
</html>
|