apexcharts / apexcharts.js

📊 Interactive JavaScript Charts built on SVG
https://apexcharts.com
MIT License
14.05k stars 1.28k forks source link

Make YAxis seriesName an Array #4443

Closed j2ghz closed 2 months ago

j2ghz commented 2 months ago

4247 now allows or requires seriesName to be an array, and that wasn't reflected in the types. I wasn't able to find out which case it is, and even the documentation doesn't mention seriesName being an array, in one place it's a string, in another it's undefined.

Type of change

Please delete options that are not relevant.

Checklist: