Skip to content

Commit

Permalink
Fix scales option in example (#9146)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed May 21, 2021
1 parent 7265bb5 commit ee51960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/axes/cartesian/index.md
Expand Up @@ -312,7 +312,7 @@ var myChart = new Chart(ctx, {
},
'second-y-axis': {
type: 'linear'
}]
}
}
}
});
Expand Down Expand Up @@ -352,7 +352,7 @@ var myChart = new Chart(ctx, {
'right-y-axis': {
type: 'linear',
position: 'right'
}]
}
}
}
});
Expand Down

0 comments on commit ee51960

Please sign in to comment.