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