Skip to content

Commit 90406d7

Browse files
committed
Add color
1 parent ede7584 commit 90406d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/general/colors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ You can reset default colors by updating these properties of `Chart.defaults`:
2121
```javascript
2222
Chart.defaults.backgroundColor = '#9BD0F5';
2323
Chart.defaults.borderColor = '#36A2EB';
24+
Chart.defaults.color = '#000';
2425
```
2526

2627
### Per-dataset color settings

0 commit comments

Comments
 (0)