1👍
You can update chart options and then call update() method on your chart instance.
For example:
- initially create a secondary Y axe with
display: false;
- update secondary Y axe options when needed and then update chart
See my fiddle: https://jsfiddle.net/beaver71/hw8ozgh4/
Source:stackexchange.com