🦔 PostHog provides open-source web & product analytics, session recording, feature flagging and A/B testing that you can self-host. Get started - free.
The first iteration of the delta chart. I initially tried building it with Chart.js but after some frustration, switched to good old plain SVG.
Also added a logic loader to fetch all metrics, called behind the same feature flag. I’ll add the ability to add/edit multiple primary metrics in a follow up.
Feature flag:
experiments-multiple-metrics
Changes
The first iteration of the delta chart. I initially tried building it with Chart.js but after some frustration, switched to good old plain SVG.
Also added a logic loader to fetch all metrics, called behind the same feature flag. I’ll add the ability to add/edit multiple primary metrics in a follow up.
How did you test this code?
👀