How to create and configure the Funnel chart
.sql
file that the Funnel chart accepts must contain only 2 columns, one for the labels and another one for the values.
labels | values |
---|---|
1 Seasons | 1221 |
2 Seasons | 389 |
3 Seasons | 187 |
4 Seasons | 120 |
5 Seasons | 79 |
FunnelChart
or QueryFunnelChart
to visualize query results in a chart.
Use QueryFunnelChart when you want the component to automatically handle the query fetching.
Use FunnelChart when you already fetched the data using useQuery.