HighlightVisualArgs
Represents the context for the point highlight visual
function.
Name | Type | Default | Description |
---|---|---|---|
category |
|
Specifies the category of the point. | |
createVisual |
|
Specifies a function that gets the default visual element. | |
dataItem |
|
Provides the data item associated with the point. | |
options |
|
Defines the options for the point. | |
percentage? |
|
Represents the value of the point as a percentage. Available only for the Donut, Pie, and 100% Stacked series. | |
rect |
|
Specifies the rectangle that defines the normal position of the visual. | |
runningTotal? |
|
Specifies the sum of point values since the last | |
sender |
|
Specifies the instance of the Chart component. | |
series |
|
Specifies the series to which the point belongs. | |
total? |
|
Specifies the sum of all previous series values. Available for the Waterfall series. | |
value |
|
Represents the value of the point. |