apexcharts / Blazor-ApexCharts

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

stepSize is missing form x and y axis #396

Closed LagunaRyan closed 7 months ago

LagunaRyan commented 7 months ago

For both Xaxis and Yaxis, there should be a stepSize property.

xaxis docs

stepSize refers to the interval between consecutive values on an x-axis. It determines how the values on the axis are spaced or displayed. If the step size is set to 10, the axis might display values like 0, 10, 20, 30, and so on.

joadan commented 7 months ago

Fixed in v2.3.1