1 |
27222
|
antonis.le
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
2 |
|
|
<html>
|
3 |
|
|
<head>
|
4 |
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
5 |
|
|
<title>Highcharts Examples</title>
|
6 |
|
|
</head>
|
7 |
|
|
<body>
|
8 |
|
|
<h1>Highcharts Examples</h1>
|
9 |
|
|
<h4>Line charts</h4>
|
10 |
|
|
<ul>
|
11 |
|
|
<li><a href="examples/line-basic/index.htm">Basic line</a></li>
|
12 |
|
|
<li><a href="examples/line-ajax/index.htm">Ajax loaded data, clickable points</a></li>
|
13 |
|
|
<li><a href="examples/line-labels/index.htm">With data labels</a></li>
|
14 |
|
|
<li><a href="examples/line-time-series/index.htm">Time series, zoomable</a></li>
|
15 |
|
|
<li><a href="examples/spline-inverted/index.htm">Spline with inverted axes</a></li>
|
16 |
|
|
<li><a href="examples/spline-symbols/index.htm">Spline with symbols</a></li>
|
17 |
|
|
<li><a href="examples/spline-plot-bands/index.htm">Spline with plot bands</a></li>
|
18 |
|
|
<li><a href="examples/spline-irregular-time/index.htm">Time data with irregular intervals</a></li>
|
19 |
|
|
<li><a href="examples/line-log-axis/index.htm">Logarithmic axis</a></li>
|
20 |
|
|
</ul>
|
21 |
|
|
<h4>Area charts</h4>
|
22 |
|
|
<ul>
|
23 |
|
|
<li><a href="examples/area-basic/index.htm">Basic area</a></li>
|
24 |
|
|
<li><a href="examples/area-negative/index.htm">Area with negative values</a></li>
|
25 |
|
|
<li><a href="examples/area-stacked/index.htm">Stacked area</a></li>
|
26 |
|
|
<li><a href="examples/area-stacked-percent/index.htm">Percentage area</a></li>
|
27 |
|
|
<li><a href="examples/area-missing/index.htm">Area with missing points</a></li>
|
28 |
|
|
<li><a href="examples/area-inverted/index.htm">Inverted axes</a></li>
|
29 |
|
|
<li><a href="examples/areaspline/index.htm">Area-spline</a></li>
|
30 |
|
|
<li><a href="examples/arearange/index.htm">Area range</a></li>
|
31 |
|
|
<li><a href="examples/arearange-line/index.htm">Area range and line</a></li>
|
32 |
|
|
<li><a href="examples/sparkline/index.htm">Sparkline charts</a></li>
|
33 |
|
|
</ul>
|
34 |
|
|
<h4>Column and bar charts</h4>
|
35 |
|
|
<ul>
|
36 |
|
|
<li><a href="examples/bar-basic/index.htm">Basic bar</a></li>
|
37 |
|
|
<li><a href="examples/bar-stacked/index.htm">Stacked bar</a></li>
|
38 |
|
|
<li><a href="examples/bar-negative-stack/index.htm">Bar with negative stack</a></li>
|
39 |
|
|
<li><a href="examples/column-basic/index.htm">Basic column</a></li>
|
40 |
|
|
<li><a href="examples/column-negative/index.htm">Column with negative values</a></li>
|
41 |
|
|
<li><a href="examples/column-stacked/index.htm">Stacked column</a></li>
|
42 |
|
|
<li><a href="examples/column-stacked-and-grouped/index.htm">Stacked and grouped column</a></li>
|
43 |
|
|
<li><a href="examples/column-stacked-percent/index.htm">Stacked percentage column</a></li>
|
44 |
|
|
<li><a href="examples/column-rotated-labels/index.htm">Column with rotated labels</a></li>
|
45 |
|
|
<li><a href="examples/column-drilldown/index.htm">Column with drilldown</a></li>
|
46 |
|
|
<li><a href="examples/column-placement/index.htm">Fixed placement columns</a></li>
|
47 |
|
|
<li><a href="examples/column-parsed/index.htm">Data defined in a HTML table</a></li>
|
48 |
|
|
<li><a href="examples/columnrange/index.htm">Column range</a></li>
|
49 |
|
|
</ul>
|
50 |
|
|
<h4>Pie charts</h4>
|
51 |
|
|
<ul>
|
52 |
|
|
<li><a href="examples/pie-basic/index.htm">Pie chart</a></li>
|
53 |
|
|
<li><a href="examples/pie-legend/index.htm">Pie with legend</a></li>
|
54 |
|
|
<li><a href="examples/pie-donut/index.htm">Donut chart</a></li>
|
55 |
|
|
<li><a href="examples/pie-semi-circle/index.htm">Semi circle donut</a></li>
|
56 |
|
|
<li><a href="examples/pie-drilldown/index.htm">Pie with drilldown</a></li>
|
57 |
|
|
<li><a href="examples/pie-gradient/index.htm">Pie with gradient fill</a></li>
|
58 |
|
|
<li><a href="examples/pie-monochrome/index.htm">Pie with monochrome fill</a></li>
|
59 |
|
|
</ul>
|
60 |
|
|
<h4>Scatter and bubble charts</h4>
|
61 |
|
|
<ul>
|
62 |
|
|
<li><a href="examples/scatter/index.htm">Scatter plot</a></li>
|
63 |
|
|
<li><a href="examples/bubble/index.htm">Bubble chart</a></li>
|
64 |
|
|
<li><a href="examples/bubble-3d/index.htm">3D bubbles</a></li>
|
65 |
|
|
</ul>
|
66 |
|
|
<h4>Dynamic charts</h4>
|
67 |
|
|
<ul>
|
68 |
|
|
<li><a href="examples/dynamic-update/index.htm">Spline updating each second</a></li>
|
69 |
|
|
<li><a href="examples/dynamic-click-to-add/index.htm">Click to add a point</a></li>
|
70 |
|
|
<li><a href="examples/dynamic-master-detail/index.htm">Master-detail chart</a></li>
|
71 |
|
|
</ul>
|
72 |
|
|
<h4>Combinations</h4>
|
73 |
|
|
<ul>
|
74 |
|
|
<li><a href="examples/combo/index.htm">Column, line and pie</a></li>
|
75 |
|
|
<li><a href="examples/combo-dual-axes/index.htm">Dual axes, line and column</a></li>
|
76 |
|
|
<li><a href="examples/combo-multi-axes/index.htm">Multiple axes</a></li>
|
77 |
|
|
<li><a href="examples/combo-regression/index.htm">Scatter with regression line</a></li>
|
78 |
|
|
<li><a href="examples/combo-meteogram/index.htm">Meteogram</a></li>
|
79 |
|
|
</ul>
|
80 |
|
|
<h4>3D charts</h4>
|
81 |
|
|
<ul>
|
82 |
|
|
<li><a href="examples/3d-column-interactive/index.htm">3D column</a></li>
|
83 |
|
|
<li><a href="examples/3d-column-null-values/index.htm">3D column with null and 0 values</a></li>
|
84 |
|
|
<li><a href="examples/3d-column-stacking-grouping/index.htm">3D column with stacking and grouping</a></li>
|
85 |
|
|
<li><a href="examples/3d-pie/index.htm">3D pie</a></li>
|
86 |
|
|
<li><a href="examples/3d-pie-donut/index.htm">3D donut</a></li>
|
87 |
|
|
<li><a href="examples/3d-scatter-draggable/index.htm">3D scatter chart</a></li>
|
88 |
|
|
</ul>
|
89 |
|
|
<h4>Gauges</h4>
|
90 |
|
|
<ul>
|
91 |
|
|
<li><a href="examples/gauge-speedometer/index.htm">Angular gauge</a></li>
|
92 |
|
|
<li><a href="examples/gauge-solid/index.htm">Solid gauge</a></li>
|
93 |
|
|
<li><a href="examples/gauge-clock/index.htm">Clock</a></li>
|
94 |
|
|
<li><a href="examples/gauge-dual/index.htm">Gauge with dual axes</a></li>
|
95 |
|
|
<li><a href="examples/gauge-vu-meter/index.htm">VU meter</a></li>
|
96 |
|
|
</ul>
|
97 |
|
|
<h4>Heat maps</h4>
|
98 |
|
|
<ul>
|
99 |
|
|
<li><a href="examples/heatmap/index.htm">Heat map</a></li>
|
100 |
|
|
<li><a href="examples/heatmap-canvas/index.htm">Large heat map</a></li>
|
101 |
|
|
</ul>
|
102 |
|
|
<h4>More chart types</h4>
|
103 |
|
|
<ul>
|
104 |
|
|
<li><a href="examples/polar/index.htm">Polar chart</a></li>
|
105 |
|
|
<li><a href="examples/polar-spider/index.htm">Spiderweb</a></li>
|
106 |
|
|
<li><a href="examples/polar-wind-rose/index.htm">Wind rose</a></li>
|
107 |
|
|
<li><a href="examples/box-plot/index.htm">Box plot</a></li>
|
108 |
|
|
<li><a href="examples/error-bar/index.htm">Error bar</a></li>
|
109 |
|
|
<li><a href="examples/waterfall/index.htm">Waterfall</a></li>
|
110 |
|
|
<li><a href="examples/funnel/index.htm">Funnel chart</a></li>
|
111 |
|
|
<li><a href="examples/pyramid/index.htm">Pyramid chart</a></li>
|
112 |
|
|
<li><a href="examples/renderer/index.htm">General drawing</a></li>
|
113 |
|
|
</ul>
|
114 |
|
|
</body>
|
115 |
|
|
</html>
|