change colors
This commit is contained in:
parent
d8738fec66
commit
c54a4006ce
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ app.controller( 'DashboardCtrl',
|
||||||
} else if ( score >= 11 ) {
|
} else if ( score >= 11 ) {
|
||||||
// Income
|
// Income
|
||||||
adjusted_score = score - 11;
|
adjusted_score = score - 11;
|
||||||
color_scale = [ '#ff0', '#ff9' ];
|
color_scale = [ '#360', '#369' ];
|
||||||
}
|
}
|
||||||
|
|
||||||
return color_scale[ adjusted_score ];
|
return color_scale[ adjusted_score ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue