Example of Funnel in Javascript Chart Control

/
/
Funnel

This Funnel Chart example shows a funnel chart for recruitment process. Datalabels show information about the points.

More Details...

Description

In this example, you can see how to render and configure a funnel chart. The labels are smartly arranged to avoid overlapping. The width and height of the funnel chart can be customized using the NeckWidth and NeckHeight properties. Injecting Module chart component features are segregated into individual feature-wise modules. To use Funnel series, we need to inject FunnelSeries module using AccumulationChart.Inject(FunnelSeries) method. More information on the funnel series can be found in this documentation section.