@@ -0,0 +1,7 | |||||
|
1 | /*! | |||
|
2 | \example demos/chartthemes | |||
|
3 | \title Chart themes demo | |||
|
4 | \subtitle | |||
|
5 | ||||
|
6 | This demo shows the look and feel of the different built in themes for all supported chart types. | |||
|
7 | */ |
@@ -0,0 +1,7 | |||||
|
1 | /*! | |||
|
2 | \example demos/gdpbarchart | |||
|
3 | \title GDP bar chart demo | |||
|
4 | \subtitle | |||
|
5 | ||||
|
6 | This demo shows how to read Gross domestic product (GDP) data from a sql database and show it in a bar or scatter chart. | |||
|
7 | */ |
@@ -0,0 +1,7 | |||||
|
1 | /*! | |||
|
2 | \example demos/piechartcustomization | |||
|
3 | \title Pie chart customization demo | |||
|
4 | \subtitle | |||
|
5 | ||||
|
6 | This demo shows how the look and feel of a pie chart can be customized. | |||
|
7 | */ |
@@ -0,0 +1,24 | |||||
|
1 | /*! | |||
|
2 | \page demos.html | |||
|
3 | \title Demos | |||
|
4 | \keyword Demos | |||
|
5 | ||||
|
6 | \raw HTML | |||
|
7 | <table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable"> | |||
|
8 | <tr> | |||
|
9 | <th class="titleheader" width="33%"> | |||
|
10 | List of demos | |||
|
11 | </th> | |||
|
12 | </tr> | |||
|
13 | <tr> | |||
|
14 | <td valign="top"> | |||
|
15 | <ul> | |||
|
16 | <li><a href="demos-chartthemes.html">Chart themes</a></li> | |||
|
17 | <li><a href="demos-gdpbarchart.html">GDP bar chart</a></li> | |||
|
18 | <li><a href="demos-piechartcustomization.html">Pie chart customization</a></li> | |||
|
19 | </ul> | |||
|
20 | </td> | |||
|
21 | </tr> | |||
|
22 | </table> | |||
|
23 | \endraw | |||
|
24 | */ |
@@ -14,6 +14,7 HTML.postheader = \ | |||||
14 | " <li><a href=\"classes.html\">API Classes</a></li>\n" \ |
|
14 | " <li><a href=\"classes.html\">API Classes</a></li>\n" \ | |
15 | " <li><a href=\"tutorials.html\">Tutorials</a></li>\n" \ |
|
15 | " <li><a href=\"tutorials.html\">Tutorials</a></li>\n" \ | |
16 | " <li><a href=\"examples.html\">Examples</a></li>\n" \ |
|
16 | " <li><a href=\"examples.html\">Examples</a></li>\n" \ | |
|
17 | " <li><a href=\"demos.html\">Demos</a></li>\n" \ | |||
17 | " <!-- Breadcrumbs go here -->\n" |
|
18 | " <!-- Breadcrumbs go here -->\n" | |
18 |
|
19 | |||
19 | HTML.postpostheader = \ |
|
20 | HTML.postpostheader = \ |
@@ -13,22 +13,22 | |||||
13 | <tr> |
|
13 | <tr> | |
14 | <td valign="top"> |
|
14 | <td valign="top"> | |
15 | <ul> |
|
15 | <ul> | |
16 |
<li><a href="examples-areachart.html">Area chart |
|
16 | <li><a href="examples-areachart.html">Area chart</a></li> | |
17 |
<li><a href="examples-barchart.html">Bar chart |
|
17 | <li><a href="examples-barchart.html">Bar chart</a></li> | |
18 |
<li><a href="examples-customchart.html">Custom chart |
|
18 | <li><a href="examples-customchart.html">Custom chart</a></li> | |
19 |
<li><a href="examples-ekgchart.html">EKG chart |
|
19 | <li><a href="examples-ekgchart.html">EKG chart</a></li> | |
20 |
<li><a href="examples-linechart.html">Bar chart |
|
20 | <li><a href="examples-linechart.html">Bar chart</a></li> | |
21 |
<li><a href="examples-modeldata.html">Model data |
|
21 | <li><a href="examples-modeldata.html">Model data</a></li> | |
22 |
<li><a href="examples-percentbarchart.html">Percent bar chart |
|
22 | <li><a href="examples-percentbarchart.html">Percent bar chart</a></li> | |
23 |
<li><a href="examples-piechart.html">Pie chart |
|
23 | <li><a href="examples-piechart.html">Pie chart</a></li> | |
24 |
<li><a href="examples-piechartdrilldown.html">Pie chart drilldown |
|
24 | <li><a href="examples-piechartdrilldown.html">Pie chart drilldown</a></li> | |
25 |
<li><a href="examples-presenterchart.html">Presenter chart |
|
25 | <li><a href="examples-presenterchart.html">Presenter chart</a></li> | |
26 |
<li><a href="examples-scatterchart.html">Scatter chart |
|
26 | <li><a href="examples-scatterchart.html">Scatter chart</a></li> | |
27 |
<li><a href="examples-scatterinteractions.html">Scatter interactions |
|
27 | <li><a href="examples-scatterinteractions.html">Scatter interactions</a></li> | |
28 |
<li><a href="examples-splinechart.html">Spline chart |
|
28 | <li><a href="examples-splinechart.html">Spline chart</a></li> | |
29 |
<li><a href="examples-stackedbarchart.html">Stacked bar chart |
|
29 | <li><a href="examples-stackedbarchart.html">Stacked bar chart</a></li> | |
30 |
<li><a href="examples-stackedbarchartdrilldown.html">Stacked bar chart drilldown |
|
30 | <li><a href="examples-stackedbarchartdrilldown.html">Stacked bar chart drilldown</a></li> | |
31 |
<li><a href="examples-zoomlinechart.html">Zoom line |
|
31 | <li><a href="examples-zoomlinechart.html">Zoom line</a></li> | |
32 | </ul> |
|
32 | </ul> | |
33 | </td> |
|
33 | </td> | |
34 | </tr> |
|
34 | </tr> |
General Comments 0
You need to be logged in to leave comments.
Login now