Is your feature request related to a problem? Please describe.
The JavaScript chart-js-plugin-zoom library has a 'resetZoom' function that can be called on the chart to reset it to the defaults that were used before any zooming or panning occurred. It would be really helpful if the same function existed in this library.
Describe the solution you'd like
Provide a function that can be called on the chart reference to reset the zoom.
Describe alternatives you've considered
I thought about setting limits to the x and y axes instead of adding a reset zoom button however it also seems like the limits functionality is not fully defined (the class is empty).
Is your feature request related to a problem? Please describe. The JavaScript chart-js-plugin-zoom library has a 'resetZoom' function that can be called on the chart to reset it to the defaults that were used before any zooming or panning occurred. It would be really helpful if the same function existed in this library.
Describe the solution you'd like Provide a function that can be called on the chart reference to reset the zoom.
Describe alternatives you've considered I thought about setting limits to the x and y axes instead of adding a reset zoom button however it also seems like the limits functionality is not fully defined (the class is empty).