adopted-ember-addons / adopted-ember-addons/ember-cli-chart

borderRadius not working for barCharts

オープン
#220 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
138
フォーク
76
PR マージ指標
30日以内にマージされた PR はありません

説明

setting `borderRadius` in the chartOptions or the dataset does not round the bars

```
bar: {
borderRadius: 5,
borderRadiusOnAllStackedSeries: true,
},
```

```
datasets: [
{
type: 'bar',
label: 'Sales',
data: this.formattedChartData.attributableSales,
borderColor: this.chartColor,
backgroundColor: this.chartColor,
barPercentage: 1.1,
borderRadius: 5,
},
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。