PageRenderTime 36ms CodeModel.GetById 19ms app.highlight 8ms RepoModel.GetById 1ms app.codeStats 0ms

/ext-4.1.0_b3/docs/extjs/examples/charts/PieRenderer.html

https://bitbucket.org/srogerf/javascript
HTML | 23 lines | 20 code | 2 blank | 1 comment | 0 complexity | 01253f7ef7b14a3a086770eaf8962f47 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>Pie Renderer Chart</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="../example-data.js"></script>
13    <script type="text/javascript" src="PieRenderer.js"></script>
14</head>
15    <body id="docbody">
16	    <h1>Pie Renderer Example</h1>
17	    <div style="margin: 10px;">
18	       <p>
19	        Display 5 sets of random data using a pie chart. Reload data will randomly generate a new set of data in the store. A renderer has been set up on to dynamically change the length and color of each slice based on the data.  In addition contrast detection has been turned on to dynamically change the font color based on the color of the item it is on.  <a href="PieRenderer.js">View Source</a>
20	       </p>
21	    </div>
22    </body>
23</html>