On charts with multiple datasets clicking one dataset to hide it has odd behavior.
This can be seen on https://www.chartjs.org/samples/latest/charts/line/multi-axis.html, clicking one of the datasets to disable it replaces the axis scale with values from -1 to 1.
Expected behavior:
Either leave the axis unchanged or hide the axis.
On charts with multiple datasets clicking one dataset to hide it has odd behavior.
This can be seen on https://www.chartjs.org/samples/latest/charts/line/multi-axis.html, clicking one of the datasets to disable it replaces the axis scale with values from -1 to 1.
Expected behavior:
Either leave the axis unchanged or hide the axis.