We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede7584 commit 90406d7Copy full SHA for 90406d7
docs/general/colors.md
@@ -21,6 +21,7 @@ You can reset default colors by updating these properties of `Chart.defaults`:
21
```javascript
22
Chart.defaults.backgroundColor = '#9BD0F5';
23
Chart.defaults.borderColor = '#36A2EB';
24
+Chart.defaults.color = '#000';
25
```
26
27
### Per-dataset color settings
0 commit comments