Chartjs-How resetZoom() en multiple charts (ng2charts or chartjs)?

1👍

You can try to assign created chart to a property in your class, and after that to call .reset(). Check this example: Stackblitz

Leave a comment