mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-07 00:36:50 +01:00
Fix scales option in example (#9146)
This commit is contained in:
@@ -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'
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user