improved comments in gauge file
This commit is contained in:
@@ -39,10 +39,10 @@ var opts = {
|
||||
generateGradient: true,
|
||||
highDpiSupport: true, // High resolution support
|
||||
staticZones: [
|
||||
{strokeStyle: "#00FF00", min: 0, max: 2}, // Red from 100 to 60
|
||||
{strokeStyle: "#0000FF", min: 2, max: 3}, // Yellow
|
||||
{strokeStyle: "#00FFFF", min: 3, max: 4}, // Green
|
||||
{strokeStyle: "#FFDD00", min: 4, max: 5}, // Yellow
|
||||
{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: "#FF0000", min: 5, max: 6} // Red
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user