change(ui): force the table cards events order to use and istead the defaul then
This commit is contained in:
parent
0c3bac0fe0
commit
effdfaef2c
1 changed files with 3 additions and 0 deletions
|
|
@ -92,6 +92,9 @@ function WidgetView({
|
||||||
filter: { filters: selectedCard.filters },
|
filter: { filters: selectedCard.filters },
|
||||||
}),
|
}),
|
||||||
];
|
];
|
||||||
|
} else if (selectedCard.cardType === TABLE) {
|
||||||
|
cardData.series = [new FilterSeries()];
|
||||||
|
cardData.series[0].filter.eventsOrder = 'and';
|
||||||
}
|
}
|
||||||
if (selectedCard.cardType === FUNNEL) {
|
if (selectedCard.cardType === FUNNEL) {
|
||||||
cardData.series = [new FilterSeries()];
|
cardData.series = [new FilterSeries()];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue