Skip to content

Commit

Permalink
Move border opts to correct location for samples (#10884)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Nov 17, 2022
1 parent 5144127 commit 909c719
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/axes/cartesian/index.md
Expand Up @@ -44,8 +44,8 @@ const config = {
options: {
scales: {
x: {
grid: {
borderColor: 'red'
border: {
color: 'red'
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions docs/samples/scales/stacked.md
Expand Up @@ -45,8 +45,8 @@ const config = {
position: 'left',
stack: 'demo',
stackWeight: 2,
grid: {
borderColor: Utils.CHART_COLORS.red
border: {
color: Utils.CHART_COLORS.red
}
},
y2: {
Expand All @@ -56,8 +56,8 @@ const config = {
position: 'left',
stack: 'demo',
stackWeight: 1,
grid: {
borderColor: Utils.CHART_COLORS.blue
border: {
color: Utils.CHART_COLORS.blue
}
}
}
Expand Down

0 comments on commit 909c719

Please sign in to comment.