Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save colinfwren/dcfb81c95feed42ec9daaac7170c3c05 to your computer and use it in GitHub Desktop.
Save colinfwren/dcfb81c95feed42ec9daaac7170c3c05 to your computer and use it in GitHub Desktop.
Retool PostHog Insight Timeline
return data.results[0].result[0].data.map((value, index) => {
const label = data.results[0].result[0].labels[index];
return {
label,
value
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment