apexcharts / Blazor-ApexCharts

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

TickAmount wrong enum value #413

Closed peterboccia closed 6 months ago

peterboccia commented 6 months ago

There is a typo in the TickPlacement enum that will not affect the chart options when serialized. The enum value Beteween should be Between as explained in the ApexCharts docs so when we use the current enum value, it would never affect the chart. I already created a fix and I'll create a pull request.

joadan commented 6 months ago

Released in v3.0

Thank you