apexcharts / vue3-apexcharts

📊 Vue-3 component for ApexCharts
MIT License
314 stars 35 forks source link

tickAmount for x-axis-grid-lines doesn't works #68

Open Sergioramasano opened 1 year ago

Sergioramasano commented 1 year ago

tickAmount for x-axis-grid-lines doesn't work. (v 3.37.2)

The tickAmount feature works correctly for x-axis labels, but not for x-axis-grid-lines .

it worked for vue 2 correctly. Thx for help!

xaxis: { tickAmount: 6, } , grid: { show: true, strokeDashArray: 5, color: '#969696', xaxis: { lines: { color: '#969696', show: true, }, }, },

Screenshot 2023-03-17 at 11 16 52
Sergioramasano commented 1 year ago

Guys, I used to use v3.37.2 and had this problem.

BUT I change my version to v^3.36.0 and this thing works correctly!!!. (look image)

Screenshot 2023-04-19 at 15 36 29

However, v3.37.2 issue still is present!

github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.