Skip to content

Commit 04c799c

Browse files
authored
Merge pull request #5091 from damyanpetev/patch-1
fix(types): also use ApexParsing for ApexAxisChartSeries parsing prop
2 parents 4e9289c + 0146a0d commit 04c799c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

types/apexcharts.d.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,10 +306,7 @@ type ApexAxisChartSeries = {
306306
group?: string
307307
hidden?: boolean
308308
zIndex?: number
309-
parsing?: {
310-
x?: string;
311-
y?: string;
312-
};
309+
parsing?: ApexParsing;
313310
data:
314311
| (number | null)[]
315312
| {

0 commit comments

Comments
 (0)