adopted-ember-addons / adopted-ember-addons/ember-cli-chart
borderRadius not working for barCharts
Aperta
- Lingua principale
- JavaScript
- Stelle
- 138
- Fork
- 76
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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,
},
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.