GroupedBar.html 903 B

12345678910111213141516171819202122
  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. <!-- GC -->
  8. <script type="text/javascript" src="../../ext-all.js"></script>
  9. <script type="text/javascript" src="../example-data.js"></script>
  10. <script type="text/javascript" src="GroupedBar.js"></script>
  11. </head>
  12. <body id="docbody">
  13. <h1>Grouped Bar Sample</h1>
  14. <div style="margin: 10px;">
  15. <p>
  16. 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>
  17. </p>
  18. </div>
  19. </body>
  20. </html>