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: {
|
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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user