Skip to content

Commit e7f9f08

Browse files
authored
Merge pull request #4443 from j2ghz/patch-1
Make YAxis seriesName an Array
2 parents 9ec5fc2 + c166b94 commit e7f9f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/apexcharts.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ type ApexYAxis = {
11181118
show?: boolean
11191119
showAlways?: boolean
11201120
showForNullSeries?: boolean
1121-
seriesName?: string
1121+
seriesName?: string[]
11221122
opposite?: boolean
11231123
reversed?: boolean
11241124
logarithmic?: boolean,

0 commit comments

Comments
 (0)