change bar-chart ending shape to flat
This commit is contained in:
parent
b6dd2ee825
commit
7904963b3e
@ -127,7 +127,7 @@ export class DashboardComponent implements OnInit {
|
||||
bar: {
|
||||
horizontal: false,
|
||||
columnWidth: '55%',
|
||||
endingShape: 'rounded'
|
||||
endingShape: 'flat'
|
||||
}
|
||||
},
|
||||
dataLabels: {
|
||||
@ -188,7 +188,7 @@ export class DashboardComponent implements OnInit {
|
||||
bar: {
|
||||
horizontal: false,
|
||||
columnWidth: '55%',
|
||||
endingShape: 'rounded'
|
||||
endingShape: 'flat'
|
||||
}
|
||||
},
|
||||
dataLabels: {
|
||||
|
Loading…
Reference in New Issue
Block a user