Private
Public Access
1
0

gauge comment improvements

This commit is contained in:
Sander Roosendaal
2019-12-08 10:16:01 +01:00
parent 92b66e13ce
commit 7cd1e06122

View File

@@ -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
],