mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-02 14:34:04 +01:00
Use ResizeObserver and MutationObserver to detect detach/attach/resize (#7104)
* Use Resize/MutationObserver to detect detach/attach/resize * Cleanup * Review update * Restore infinite resize detection (#6011)
This commit is contained in:
@@ -244,9 +244,6 @@
|
||||
items: [{
|
||||
title: 'Progress bar',
|
||||
path: 'advanced/progress-bar.html'
|
||||
}, {
|
||||
title: 'Content Security Policy',
|
||||
path: 'advanced/content-security-policy.html'
|
||||
}, {
|
||||
title: 'Polar Area Radial Gradient',
|
||||
path: 'advanced/radial-gradient.html'
|
||||
|
||||
Reference in New Issue
Block a user