improve(dashboard): add settings to conversions and add average line
This commit is contained in:
@@ -37,7 +37,7 @@ export function ReportSettings() {
|
||||
fields.push('unit');
|
||||
}
|
||||
|
||||
if (chartType === 'funnel') {
|
||||
if (chartType === 'funnel' || chartType === 'conversion') {
|
||||
fields.push('funnelGroup');
|
||||
fields.push('funnelWindow');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user