Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / chart / charts.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\r
2 <html>\r
3 <head>\r
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
5 <title>Charts</title>\r
6 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />\r
7 \r
8     <!-- GC -->\r
9         <!-- LIBS -->\r
10         <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>\r
11         <!-- ENDLIBS -->\r
12 \r
13     <script type="text/javascript" src="../../ext-all.js"></script>\r
14 \r
15     <script type="text/javascript" src="charts.js"></script>\r
16 \r
17     <!-- Common Styles for the examples -->\r
18     <link rel="stylesheet" type="text/css" href="../shared/examples.css" />\r
19 \r
20     <style type="text/css">\r
21     #container {\r
22         padding:10px;\r
23     }\r
24     #container .x-panel {\r
25         margin:10px;\r
26     }\r
27     #container .x-panel-ml {\r
28         padding-left:1px;\r
29     }\r
30     #container .x-panel-mr {\r
31         padding-right:1px;\r
32     }\r
33     #container .x-panel-bl {\r
34         padding-left:2px;\r
35     }\r
36 \r
37     #container .x-panel-br {\r
38         padding-right:2px;\r
39     }\r
40     #container .x-panel-body {\r
41 \r
42     }\r
43     #container .x-panel-mc {\r
44         padding-top:0;\r
45     }\r
46     #container .x-panel-bc .x-panel-footer {\r
47         padding-bottom:2px;\r
48     }\r
49     #container .x-panel-nofooter .x-panel-bc {\r
50         height:2px;\r
51     }\r
52     #container .x-toolbar {\r
53         border:1px solid #99BBE8;\r
54         border-width: 0 0 1px 0;\r
55     }\r
56     .chart {\r
57         background-image: url(chart.gif) !important;\r
58     }\r
59     </style>\r
60 </head>\r
61 <body>\r
62 <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->\r
63 <h1>Charts</h1>\r
64 <p>The js is not minified so it is readable. See <a href="charts.js">charts.js</a>.</p>\r
65 \r
66 <div id="container">\r
67     \r
68 </div>\r
69 \r
70 </body>\r
71 </html>\r