Benjamin Renard commited on 2014-07-23 00:04:28
Showing 2 changed files, with 3 additions and 2 deletions.
... | ... |
@@ -417,7 +417,8 @@ function Group(uuid,name,data) { |
417 | 417 |
if (jQuery.type(this.categories[cid])!='undefined') { |
418 | 418 |
data.push({ |
419 | 419 |
'label': this.categories[cid].name, |
420 |
- 'data': cats[cid] |
|
420 |
+ 'data': cats[cid], |
|
421 |
+ 'color': this.categories[cid].color |
|
421 | 422 |
}); |
422 | 423 |
} |
423 | 424 |
} |
424 | 425 |