Skip to content

Commit

Permalink
Merge pull request #4443 from j2ghz/patch-1
Browse files Browse the repository at this point in the history
Make YAxis seriesName an Array
  • Loading branch information
junedchhipa authored May 1, 2024
2 parents 9ec5fc2 + c166b94 commit e7f9f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/apexcharts.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ type ApexYAxis = {
show?: boolean
showAlways?: boolean
showForNullSeries?: boolean
seriesName?: string
seriesName?: string[]
opposite?: boolean
reversed?: boolean
logarithmic?: boolean,
Expand Down

0 comments on commit e7f9f08

Please sign in to comment.