mariusmuntean / ChartJs.Blazor

Brings Chart.js charts to Blazor

Home Page:https://www.iheartblazor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Border radius for bar chart

georgekouki opened this issue · comments

In the ChartJs there is "borderRadius" property in the dataset for bar chart, can you please add this property to BarDataset to make it possible for us to giv the bars rounded corners instead of edged ones

BorderRadius is a ChartJS feature that was introduced in ChartJS v3.0. Unfortunately ChartJS.Blazor is using v2.9.4. I do have a plan to upgrade ChartJS.Blazor to v3.0, so this will definitely be in the pipeline.

Thank you very much and am waiting this update soon :)