|
@@ -373,13 +373,13 @@ GanttChartMonth.prototype.handleClick = function(task, flag, ev) {
|
|
|
*/
|
|
|
GanttChartMonth.prototype.statusColor = function(task) {
|
|
|
switch (task.statusType) {
|
|
|
- case 0:
|
|
|
- return ['#e7e9ea', '#c3c7cb']
|
|
|
case 1:
|
|
|
- return ['#dee9fe', '#5b8ff9']
|
|
|
+ return ['#e7e9ea', '#c3c7cb']
|
|
|
case 2:
|
|
|
- return ['#fbce99', '#f58300']
|
|
|
+ return ['#dee9fe', '#5b8ff9']
|
|
|
case 3:
|
|
|
+ return ['#fbce99', '#f58300']
|
|
|
+ case 4:
|
|
|
return ['#fbb8b5', '#f54e45']
|
|
|
default:
|
|
|
return ['#fbb8b5', '#f54e45']
|