apexcharts / vue-apexcharts

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

Line Chart Y-Autoscaling not accurate and with duplicated lables, when lables are formated #514

Open Attlas2 opened 8 months ago

Attlas2 commented 8 months ago

When formatting the lables with: yaxis: { min: 0, labels: { formatter: (val) => { return val.toFixed(0) }, }, }, there are duplicate lables and the lines are not where they should be.

image

github-actions[bot] commented 4 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.