Example of Funnel in Javascript Chart Control

/
/
Funnel

This TypeScript 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 to visualize the recruitment process. The trapezoidal funnelMode is set to display the stages of the employment cycle, from the number of candidates who applied to the number of hires. The labels are smartly arranged to avoid overlapping. 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.