improve(dashboard): add settings to conversions and add average line

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-04-07 23:46:13 +02:00
parent c3199e12e3
commit 804a9c8056
2 changed files with 25 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ export function ReportSettings() {
fields.push('unit');
}
if (chartType === 'funnel') {
if (chartType === 'funnel' || chartType === 'conversion') {
fields.push('funnelGroup');
fields.push('funnelWindow');
}