PostHog / posthog

🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
https://posthog.com
Other
21.62k stars 1.29k forks source link

Nicer fonts for funnels #341

Closed timgl closed 3 years ago

timgl commented 4 years ago

I saw this example of a funnel somewhere and thought it looked a bit better than what we have currently. image

hacktivist123 commented 4 years ago

Hey @timgl do you have any fonts in mind? I’d like to pick this up

timgl commented 4 years ago

Hey @hacktivist123 Awesome! I don't necessarily want to introduce another font, but the sizing and positioning of the chart could look a lot more like the screenshot here.

hacktivist123 commented 4 years ago

Awesome, I’ll get on it and see if I could reproduce the same thing.

timgl commented 4 years ago

Great, let me know if you need any help :)

mariusandra commented 4 years ago

Hey! If we're already talking about funnels, I'll add one point. It might be possible to tackle this point together with this issue... or maybe not. In any case, on the dashboard, when resizing a graph with a funnel, the entire funnel chart SVG is regenerated each frame... causing the resizing to be annoyingly slow... and/or not function well:

screencast 2020-07-03 09-38-45

It could be possible and even easier to just redo the entire funnel using regular React and some tags... instead of relying on a vanilla JS library to do the drawing... which can't be controlled well.

Twixes commented 3 years ago

I think we're doing okay with funnels UI.