feature(dashboard): add conversion rate graph

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-03-28 09:21:10 +01:00
parent be358ea886
commit 8a21fadc0d
23 changed files with 807 additions and 29 deletions

View File

@@ -22,7 +22,8 @@ export function ReportInterval({ className }: ReportIntervalProps) {
chartType !== 'histogram' &&
chartType !== 'area' &&
chartType !== 'metric' &&
chartType !== 'retention'
chartType !== 'retention' &&
chartType !== 'conversion'
) {
return null;
}