0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 12:21:02 +01:00

Add explanation of stickiness

This commit is contained in:
Tim Glaser 2020-04-03 12:57:26 +01:00
parent 80214f7ae1
commit 12be02dcd0

View File

@ -16,6 +16,7 @@ export function ShownAsFilter({ shown_as, onChange }) {
onChange={item => onChange(item.value)}
/>
</div>
{shown_as == 'Stickiness' && <small><i>Stickiness shows you how many days users performed an action within the timeframe. If a user did an action on Monday and came back and did it twice on Friday, it would be listed as "2 days" in the chart.</i></small>}
</div>
)
}