Skip to content

Commit 2c72f82

Browse files
committed
build - 4.7.0
1 parent e759eca commit 2c72f82

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

dist/apexcharts.amd.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apexcharts.common.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apexcharts.esm.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apexcharts.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ApexCharts v4.5.0
2+
* ApexCharts v4.7.0
33
* (c) 2018-2025 ApexCharts
44
* Released under the MIT License.
55
*/
@@ -35902,7 +35902,7 @@
3590235902
w.globals.selection = undefined;
3590335903
if (this.lastUpdateOptions && JSON.stringify(this.lastUpdateOptions) === JSON.stringify(options)) {
3590435904
// Options are identical, skip the update
35905-
return resolve(this);
35905+
return this;
3590635906
}
3590735907
this.lastUpdateOptions = Utils$1.clone(options);
3590835908
if (options.series) {

dist/apexcharts.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)