SUPPORT-8732: fix (2)

This commit is contained in:
Рауф Латыпов 2024-12-14 02:34:44 +03:00
parent ad5ea5514f
commit 75290ab2a8

View file

@ -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);
}