Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / charts / Gauge.html
diff --git a/examples/charts/Gauge.html b/examples/charts/Gauge.html
new file mode 100644 (file)
index 0000000..95e124f
--- /dev/null
@@ -0,0 +1,16 @@
+<html>
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>Gauge Chart</title>
+    <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
+    <link rel="stylesheet" type="text/css" href="../shared/example.css" />
+    <script type="text/javascript" src="../../bootstrap.js"></script>
+    <script type="text/javascript" src="../example-data.js"></script>
+    <script type="text/javascript" src="Gauge.js"></script>
+</head>
+    <body id="docbody">
+        <h1>Gauge</h1>
+        Displaying three custom gauge charts bound to different data stores with different configuration options and easings. Click on <b>Reload Data</b> to update the information. Click in <a href="Gauge.js">Gauge.js</a> to see the source code.
+        <br>
+    </body>
+</html>
\ No newline at end of file