SUPPORT-8732: fix (2)
This commit is contained in:
parent
ad5ea5514f
commit
75290ab2a8
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ export class ErvuChartV2 extends Control implements Filterable {
|
|||
chartOptions.scales.x = this.bars.x;
|
||||
chartOptions.scales.y = this.bars.y;
|
||||
|
||||
// shadow bar treatment must be before border radius treatment
|
||||
// shadow bar treatment
|
||||
if (this.bars.shadowBar && datasetsLength > 0) {
|
||||
this.initShadowBar(datasets);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue