Chartjs-Chartjs unexpected resize and crop after updating data. Using laravel blade view and Livewire

2๐Ÿ‘

โœ…

I think you should add wire:ignore to your canvas tag, if part of a component it will rerender to initial state by Livewire.

https://laravel-livewire.com/docs/third-party-libraries/
Look for section => Ignoring DOM-changes (using wire:ignore)

Leave a comment