change bar-chart ending shape to flat

This commit is contained in:
Tim Herbst 2020-12-22 23:09:58 +01:00
parent b6dd2ee825
commit 7904963b3e

View File

@ -127,7 +127,7 @@ export class DashboardComponent implements OnInit {
bar: { bar: {
horizontal: false, horizontal: false,
columnWidth: '55%', columnWidth: '55%',
endingShape: 'rounded' endingShape: 'flat'
} }
}, },
dataLabels: { dataLabels: {
@ -188,7 +188,7 @@ export class DashboardComponent implements OnInit {
bar: { bar: {
horizontal: false, horizontal: false,
columnWidth: '55%', columnWidth: '55%',
endingShape: 'rounded' endingShape: 'flat'
} }
}, },
dataLabels: { dataLabels: {