apexcharts 5.7.1 → 5.8.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
@@ -129,7 +129,7 @@ By default `import ApexCharts from 'apexcharts'` includes everything. If you wan
129
129
  import ApexCharts from 'apexcharts/core' // bare class — no chart types, no features
130
130
 
131
131
  // Chart types
132
- import 'apexcharts/line' // line, area, scatter, bubble
132
+ import 'apexcharts/line' // line, area, scatter, bubble, rangeArea
133
133
  import 'apexcharts/bar' // bar, column
134
134
  // import 'apexcharts/pie' // pie, donut
135
135
  // import 'apexcharts/radial' // radialBar, radar