Hesham Nimri
Results
2
issues of
Hesham Nimri
New homebrew version
setting `borderRadius` in the chartOptions or the dataset does not round the bars ``` bar: { borderRadius: 5, borderRadiusOnAllStackedSeries: true, }, ``` ``` datasets: [ { type: 'bar', label: 'Sales',...