SUPPORT-9117: fix
This commit is contained in:
parent
d6ae9af0d2
commit
274202dc8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue