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 5144127 commit 909c719Copy full SHA for 909c719
docs/axes/cartesian/index.md
@@ -44,8 +44,8 @@ const config = {
44
options: {
45
scales: {
46
x: {
47
- grid: {
48
- borderColor: 'red'
+ border: {
+ color: 'red'
49
}
50
51
docs/samples/scales/stacked.md
@@ -45,8 +45,8 @@ const config = {
position: 'left',
stack: 'demo',
stackWeight: 2,
- borderColor: Utils.CHART_COLORS.red
+ color: Utils.CHART_COLORS.red
},
52
y2: {
@@ -56,8 +56,8 @@ const config = {
56
57
58
stackWeight: 1,
59
60
- borderColor: Utils.CHART_COLORS.blue
+ color: Utils.CHART_COLORS.blue
61
62
63
0 commit comments