Move border opts to correct location for samples (#10884)

This commit is contained in:
Jacco van den Berg 2022-11-17 22:51:12 +01:00 committed by GitHub
parent 51441272a7
commit 909c719331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -44,8 +44,8 @@ const config = {
options: {
scales: {
x: {
grid: {
borderColor: 'red'
border: {
color: 'red'
}
}
}

View File

@ -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: {
@ -56,8 +56,8 @@ const config = {
position: 'left',
stack: 'demo',
stackWeight: 1,
grid: {
borderColor: Utils.CHART_COLORS.blue
border: {
color: Utils.CHART_COLORS.blue
}
}
}