Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0a1340b

Browse files
committed
build - 5.3.5
1 parent933604c commit0a1340b

File tree

5 files changed

+11
-17
lines changed

5 files changed

+11
-17
lines changed

‎dist/apexcharts.amd.js‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/apexcharts.common.js‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/apexcharts.esm.js‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dist/apexcharts.js‎

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ApexCharts v5.3.4
2+
* ApexCharts v5.3.5
33
* (c) 2018-2025 ApexCharts
44
*/
55
(function (global, factory) {
@@ -10350,15 +10350,9 @@
1035010350
axisSeries.forEach(function (si) {
1035110351
// series may be bare until loaded in realtime
1035210352
if (cnf.series[si] && cnf.series[si].group === undefined) {
10353-
if (cnf.series[si].__apexParsed) {
10354-
// For parsed series, use sequential counter to avoid duplicates
10355-
cnf.series[si].group = 'apexcharts-axis-'.concat(si.toString());
10356-
} else {
10357-
// For non-parsed series,
10358-
// A series with no group defined will be named after the axis that
10359-
// referenced it and thus form a group automatically.
10360-
cnf.series[si].group = 'apexcharts-axis-'.concat(ai.toString());
10361-
}
10353+
// A series with no group defined will be named after the axis that
10354+
// referenced it and thus form a group automatically.
10355+
cnf.series[si].group = 'apexcharts-axis-'.concat(ai.toString());
1036210356
}
1036310357
});
1036410358
});

‎dist/apexcharts.min.js‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp