SUPPORT-9117: fix

This commit is contained in:
Artyom Hackimullin 2025-05-06 15:33:33 +03:00
parent d6ae9af0d2
commit 274202dc8b

View file

@ -247,7 +247,7 @@ export class ErvuChartV2 extends Control implements Filterable {
if (type == 'doughnut' || type == 'pie') {
return tooltipItem.label.trim().length !== 0;
}
return tooltipItem.dataset.label.trim().length !== 0
return tooltipItem.dataset.label.trim().length !== 0;
}
};