Skip to content

Commit

Permalink
docs: Remove outdated example
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlukanin committed Dec 19, 2024
1 parent e29ae4c commit 04deee9
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docs/pages/guides/recipes/analytics/funnels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -306,21 +306,6 @@ Funnel-based cubes have the following structure:
- **time** - time dimension for the funnel. Use it to filter your analysis for
specific dates or to analyze how conversion changes over time.

In the following example, we use the `conversions` measure along with the
`steps` dimension to display a classic bar chart showing the funnel's steps.

<iframe
src="https://codesandbox.io/embed/nw87w1nnjm?fontsize=14"
style={{
width: "100%",
height: 500,
border: 0,
borderRadius: 4,
overflow: "hidden",
}}
sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin"
></iframe>

## Performance considerations

Funnel joins are extremely heavy for most modern databases and complexity grows
Expand Down

0 comments on commit 04deee9

Please sign in to comment.