Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / charts / GroupedBar.html
1 <html>
2 <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4     <title>Grouped Bar Chart</title>
5     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
6     <link rel="stylesheet" type="text/css" href="../shared/example.css" />
7     <script type="text/javascript" src="../../bootstrap.js"></script>
8     <script type="text/javascript" src="../example-data.js"></script>
9     <script type="text/javascript" src="GroupedBar.js"></script>
10 </head>
11 <body id="docbody">
12     <h1>Grouped Bar Sample</h1>
13     <div style="margin: 10px;">
14         <p>
15         Display 3 sets of random data in a grouped bar series. Reload data will randomly generate a new set of data in the store. Click or hover on the legend items to highlight and remove them from the chart. <a href="GroupedBar.js">View Source</a>
16         </p>
17     </div>
18 </body>
19 </html>