apexcharts / Blazor-ApexCharts

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

Why no consistency in width #446

Open changingmission opened 2 months ago

changingmission commented 2 months ago

public Size Width { get; set; } for stroke. Why isn't this in string as all other font size?

joadan commented 2 months ago

Hi,

Don't have the details about this specific example but the idea is that we try to follow the apexcharts.js model. If you see that it differs from apexcharts.js or if there are things you can't do please let us know.