adopted-ember-addons / adopted-ember-addons/ember-cli-chart
borderRadius not working for barCharts
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 138
- Forks
- 76
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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,
},
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.