-
-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
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,
},
Metadata
Metadata
Assignees
Labels
No labels