apexcharts / vue-apexcharts

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

Sort the yaxis label in asc order #491

Closed karenwanga closed 1 year ago

karenwanga commented 1 year ago

Hi Sir,

My chart type is rangeBar, how can I sort the yaxis in asc order?

image

Thank you.

junedchhipa commented 1 year ago

You have to manually sort the x property of series.data array when building it.