/ext-4.1.0_b3/examples/charts/Area - BrowserStats.html
HTML | 22 lines | 19 code | 2 blank | 1 comment | 0 complexity | 422610a62c9b19268ee74dd7ec196b12 MD5 | raw file
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html>
3<head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <title>Area - BrowserStats</title>
6 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
7 <link rel="stylesheet" type="text/css" href="../shared/example.css" />
8
9 <!-- GC -->
10
11 <script type="text/javascript" src="../../ext-all.js"></script>
12 <script type="text/javascript" src="AreaBrowserStats.js"></script>
13</head>
14 <body id="docbody">
15 <h1>Area - BrowserStats</h1>
16 <div style="margin: 10px;">
17 <p>
18 Display browser usage trends in an area series. This chart uses custom gradients for the colors and the legend is interactive. Click or hover on the legend items to highlight and remove them from the chart. <a href="AreaBrowserStats.js">View Source</a>
19 </p>
20 </div>
21 </body>
22</html>