From 0a91e7cfabcee1be823a9deda5ed107d6e01b3fa Mon Sep 17 00:00:00 2001 From: cesine Date: Sun, 19 Oct 2014 18:49:10 -0400 Subject: [PATCH] Adding hover texts on the widgets that explain what htey are for, hwo they can be connected to the data for #38 and #39 --- client/js/controllers/MainCtrl.js | 36 +++++++++++++++++++++++++++++++ client/partials/base.html | 12 +++++------ 2 files changed, 42 insertions(+), 6 deletions(-) diff --git a/client/js/controllers/MainCtrl.js b/client/js/controllers/MainCtrl.js index 364a0b8..d0801bb 100644 --- a/client/js/controllers/MainCtrl.js +++ b/client/js/controllers/MainCtrl.js @@ -31,6 +31,42 @@ angular.module('app') label: "PC3", color: "#ff0000", visibility: 0 + },{ + label: "PC4", + color: "#00ff00", + visibility: 50 + }, { + label: "PC5", + color: "#00f0ff", + visibility: 20 + }, { + label: "PC6", + color: "#ff0f00", + visibility: 0 + },{ + label: "PC7", + color: "#f0ff00", + visibility: 90 + }, { + label: "PC8", + color: "#d000ff", + visibility: 20 + }, { + label: "PC9", + color: "#ff0ff0", + visibility: 5 + },{ + label: "PC10", + color: "#00ff0f", + visibility: 50 + }, { + label: "PC11", + color: "#00ffff", + visibility: 100 + }, { + label: "PC12", + color: "#ffff00", + visibility: 0 }]; $scope.barchart1 = { diff --git a/client/partials/base.html b/client/partials/base.html index eb76401..180ab6e 100644 --- a/client/partials/base.html +++ b/client/partials/base.html @@ -14,7 +14,7 @@ -