From 7ca173de3de046501d79164da0c8c8871a03089b Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 5 Mar 2016 16:47:32 +0100 Subject: web: o Adding an API method to get per-hour aggregate values. Doesn't use the by_hour table yet. o Adding a simple line graph component that can graph a single property's value. --- web/static/app/templates/property.html | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'web/static/app/templates/property.html') diff --git a/web/static/app/templates/property.html b/web/static/app/templates/property.html index 969734b..3f3424f 100644 --- a/web/static/app/templates/property.html +++ b/web/static/app/templates/property.html @@ -20,20 +20,25 @@

-
-
Key
-
- {{ctrl.property.key}} -   -
+
+
+
Key
+
+ {{ctrl.property.key}} +   +
-
Created
-
- {{ctrl.property.created_timestamp | date:'medium'}} -   -
-
+
Created
+
+ {{ctrl.property.created_timestamp | date:'medium'}} +   +
+
+ + + + -- cgit v1.2.3