UI adaptation for supporting ONAP portal SDK
[validation.git] / ui / src / main / webapp / static / fusion / sample / html / d3_gauges_demo.html
diff --git a/ui/src/main/webapp/static/fusion/sample/html/d3_gauges_demo.html b/ui/src/main/webapp/static/fusion/sample/html/d3_gauges_demo.html
new file mode 100644 (file)
index 0000000..cb318cd
--- /dev/null
@@ -0,0 +1,36 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta http-equiv="content-type" content="text/html;charset=utf-8">
+<title>d3.js gauges</title>
+
+<style>
+body {
+    font: 10px arial;
+}
+</style>
+
+<script src="../../d3/js/d3.v3.min.js" charset="utf-8"></script>
+
+
+<script>
+
+      var dataURL = "data/speedometer2.csv";
+      var gauges = [];
+      var recordLength = 0;
+      var dataset ;
+
+    </script>
+<script type="text/javascript" src="js/gauges.min.js"></script>
+
+</head>
+
+<body onload="initialize()">
+ <span id="Bedminster"></span>
+ <span id="Piscataway"></span>
+ <br />
+ <span id="Middletown"></span>
+ <span id="Paramus"></span>
+</body>
+
+</html>
\ No newline at end of file