We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe5735 commit de79685Copy full SHA for de79685
src/components/chartbuilder/Summarize.tsx
@@ -444,13 +444,21 @@ const Summarize = ({
444
>
445
Unike besøkende
446
</Button>
447
+ <Button
448
+ variant="secondary"
449
+ size="small"
450
+ onClick={() => addConfiguredMetric('distinct', 'event_id', 'Unike hendelser')}
451
+ icon={<BarChart2 size={16} />}
452
+ >
453
+ Unike hendelser
454
+ </Button>
455
<Button
456
variant="secondary"
457
size="small"
458
onClick={() => addConfiguredMetric('count', undefined, 'Totalt antall')}
459
icon={<BarChart2 size={16} />}
460
- Totalt antall
461
+ Hendelser totalt
462
463
464
0 commit comments