From 7cd1e061222500b90a016885b60c4287c0df3d8d Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sun, 8 Dec 2019 10:16:01 +0100 Subject: [PATCH] gauge comment improvements --- static/js/videogauges.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/videogauges.js b/static/js/videogauges.js index 102c3783..f6c068e4 100644 --- a/static/js/videogauges.js +++ b/static/js/videogauges.js @@ -41,8 +41,8 @@ var opts = { staticZones: [ {strokeStyle: "#00FF00", min: 0, max: 2}, // Greem {strokeStyle: "#0000FF", min: 2, max: 3}, // Blue` - {strokeStyle: "#00FFFF", min: 3, max: 4}, // Yellow - {strokeStyle: "#FFDD00", min: 4, max: 5}, // Purple + {strokeStyle: "#00FFFF", min: 3, max: 4}, // Cyan + {strokeStyle: "#FFDD00", min: 4, max: 5}, // Orange {strokeStyle: "#FF0000", min: 5, max: 6} // Red ],