Fix scales option in example (#9146)

This commit is contained in:
Sylhare 2021-05-21 17:56:21 -04:00 committed by GitHub
parent 7265bb51d5
commit ee519606f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -312,7 +312,7 @@ var myChart = new Chart(ctx, {
},
'second-y-axis': {
type: 'linear'
}]
}
}
}
});
@ -352,7 +352,7 @@ var myChart = new Chart(ctx, {
'right-y-axis': {
type: 'linear',
position: 'right'
}]
}
}
}
});