apexcharts / Blazor-ApexCharts

A blazor wrapper for ApexCharts.js
https://apexcharts.github.io/Blazor-ApexCharts
MIT License
788 stars 91 forks source link

Incorrect Y-axis scale or line serie #382

Closed dineshjethoe closed 8 months ago

dineshjethoe commented 8 months ago

The blue line on the graph and the Y-axis scale are not aligned. How can I solve this? Please help. 4e9d3daa458b4f31914f634e7f67b793

dineshjethoe commented 8 months ago

There is a Min and a Max Y-axis scale value set for the first serie only. The Min & Max props should be set for the other series as well. It is solved by setting the same Min & Max values for all the series.