Skip to content

Funnel Charts

Here we'll talk about how to plot some funnel chart types in DEX using dx.

Setup

We will be using our own built-in DataFrame generation function for these visualizations. The values you see may be different if you run the same code in a cell, but the column structure should be very similar (if not identical).

df = dx.random_dataframe(100)

The Customized examples with more options do not necessarily represent "good" data visualization; they are just a glimpse into what settings are available to compare against the Simple examples.

Flow Diagram

Coming soon!

Funnel

Coming soon!

Funnel Chart

Coming soon!

Funnel Sunburst

Coming soon!

Funnel Tree

Coming soon!