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

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'
}]
}
}
}
});