Skip to content

Commit 04deee9

Browse files
committed
docs: Remove outdated example
1 parent e29ae4c commit 04deee9

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

docs/pages/guides/recipes/analytics/funnels.mdx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -306,21 +306,6 @@ Funnel-based cubes have the following structure:
306306
- **time** - time dimension for the funnel. Use it to filter your analysis for
307307
specific dates or to analyze how conversion changes over time.
308308

309-
In the following example, we use the `conversions` measure along with the
310-
`steps` dimension to display a classic bar chart showing the funnel's steps.
311-
312-
<iframe
313-
src="https://codesandbox.io/embed/nw87w1nnjm?fontsize=14"
314-
style={{
315-
width: "100%",
316-
height: 500,
317-
border: 0,
318-
borderRadius: 4,
319-
overflow: "hidden",
320-
}}
321-
sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin"
322-
></iframe>
323-
324309
## Performance considerations
325310

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

0 commit comments

Comments
 (0)