SUPPORT-8732: fix (1)
This commit is contained in:
parent
03d110f6c4
commit
ad5ea5514f
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ export class ErvuChartV2 extends Control implements Filterable {
|
|||
datasets.forEach((element, index) => {
|
||||
let stack: string = element.stack;
|
||||
if (stack) {
|
||||
if (stack !== shadowBarStack && stacks.includes(stack)) {
|
||||
if (stack !== shadowBarStack && !stacks.includes(stack)) {
|
||||
stacks.push(stack);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue