apexcharts / vue-apexcharts

📊 Vue 2 component for ApexCharts
https://apexcharts.com
MIT License
1.34k stars 136 forks source link

Own gradient for each series on chart #448

Closed Sergioramasano closed 2 years ago

Sergioramasano commented 2 years ago

I have 1 chart with 2 'rangeArea' series. I need to use UNIQUE gradient for Each series. Please help

Sergioramasano commented 2 years ago

Solved. Answer: I found in documentation fill:{gradient:{ colorStops: [[], [], []] }}