mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-06 16:26:52 +01:00
Fix: update chart when attached (#7758)
This commit is contained in:
@@ -1010,8 +1010,8 @@ class Chart {
|
||||
const attached = () => {
|
||||
_remove('attach', attached);
|
||||
|
||||
me.resize();
|
||||
me.attached = true;
|
||||
me.resize();
|
||||
|
||||
_add('resize', listener);
|
||||
_add('detach', detached);
|
||||
|
||||
Reference in New Issue
Block a user