apexcharts 3.29.0 → 3.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -186,6 +186,7 @@ If you need to make it work with IE11, you need to include these polyfills befor
186
186
 
187
187
  - [promise-polyfill](https://cdn.jsdelivr.net/npm/promise-polyfill@8/dist/polyfill.min.js)
188
188
  - [classlist.js](https://cdn.jsdelivr.net/npm/eligrey-classlist-js-polyfill)
189
+ - [ResizeObserver polyfill](https://cdn.jsdelivr.net/npm/@juggle/resize-observer)
189
190
  - [findIndex](https://cdn.jsdelivr.net/npm/findindex_polyfill_mdn) - You will need this only if you require timeline/rangebar charts
190
191
  - [canvg](https://unpkg.com/canvg@3.0.4/lib/umd.js) - You will need this only if you require PNG download of your charts
191
192