API / Series/Funnel / FunnelSeriesData
Defined in: src/core/types/chart/funnel.ts:13
Extends
Type Parameters
| Type Parameter | Default type |
|---|---|
T |
MeaningfulAny |
Properties
| Property | Type | Description |
|---|---|---|
color? |
string |
Individual color for the data chunk (point in scatter, segment in pie, bar etc) |
custom? |
T |
A reserved subspace to store options and values for customized functionality Here you can add additional data for your own event callbacks and formatter callbacks |
dataLabels? |
object |
Per-point overrides for the series data label. |
dataLabels.enabled? |
boolean |
Per-point override of series.dataLabels.enabled. The point-level value takes precedence: true shows the label even when series-level labels are disabled, false hides the label even when series-level labels are enabled. Default series.dataLabels.enabled |
label? |
string |
Initial data label of the funnel segment. If not specified, the value is used. |
legend? |
BaseSeriesLegend & object |
Individual series legend options. Has higher priority than legend options in series data |
name |
string |
The name of the funnel segment (used in legend, tooltip etc). |
opacity? |
number |
Individual opacity for the funnel segment. |
tooltip? |
object & object |
Tooltip options for this funnel segment. Overrides series-level tooltip options. |
value |
number |
The value of the funnel segment. |
Previous
Next