diff --git a/types/apexcharts.d.ts b/types/apexcharts.d.ts index de397e1fd..bb01d28d6 100644 --- a/types/apexcharts.d.ts +++ b/types/apexcharts.d.ts @@ -1118,7 +1118,7 @@ type ApexYAxis = { show?: boolean showAlways?: boolean showForNullSeries?: boolean - seriesName?: string + seriesName?: string[] opposite?: boolean reversed?: boolean logarithmic?: boolean,