FunnelSeries
12 Sep 20251 minute to read
The FunnelSeries module is used to render the Funnel Series.
Methods
lightenColor
Function to lighten a color by blending it with white.
| Parameter | Type | Description | 
|---|---|---|
| color | string | The main color in hex format (e.g., ‘#1e90ff’). | 
Returns string
renderTrapezoidalFunnel
Renders the Trapezoidal funnel series in an accumulation chart.
| Parameter | Type | Description | 
|---|---|---|
| series | AccumulationSeries | The series data for the Trapezoidal funnel. | 
| points | AccPoints[] | The data points for the series. | 
| chart | AccumulationChart | The instance of the accumulation chart. | 
| options | PathOption[] | The path options for rendering the Trapezoidal funnel. | 
| seriesGroup | Element | The group element for the series. | 
| redraw | boolean | Specifies whether to redraw the series. | 
Returns void