change(ui): force the table cards events order to use and istead the defaul then

This commit is contained in:
Shekar Siri 2025-04-23 17:50:39 +02:00
parent 0c3bac0fe0
commit effdfaef2c

View file

@ -92,6 +92,9 @@ function WidgetView({
filter: { filters: selectedCard.filters },
}),
];
} else if (selectedCard.cardType === TABLE) {
cardData.series = [new FilterSeries()];
cardData.series[0].filter.eventsOrder = 'and';
}
if (selectedCard.cardType === FUNNEL) {
cardData.series = [new FilterSeries()];