PageRenderTime 39ms CodeModel.GetById 26ms app.highlight 11ms RepoModel.GetById 1ms app.codeStats 0ms

/ext-4.1.0_b3/examples/charts/ReloadChart.html

https://bitbucket.org/srogerf/javascript
HTML | 20 lines | 17 code | 2 blank | 1 comment | 0 complexity | b1f769163f3b0ac396df010be99aa26c MD5 | raw file
 1<html>
 2<head>
 3    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 4    <title>Charts</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
 8    <!-- GC -->
 9
10    <script type="text/javascript" src="../../ext-all.js"></script>
11    <script type="text/javascript" src="../example-data.js"></script>
12    <script type="text/javascript" src="ReloadChart.js"></script>
13</head>
14    <body id="docbody">
15        <h1>Reload Column Chart Sample</h1>
16	    <div style="margin: 10px;">
17            Displaying a Column Chart Sample that animates when refreshing the data set. <a href="ReloadChart.js">View Source</a>
18        </div>
19    </body>
20</html>