Color of data
Original data as input
Data index in input data array
data dimension index, for example 0 or 1 or 2 ...
Only work in radar series.
dimension names list
encoding info of coordinate system Key: coord, like ('x' 'y' 'radius' 'angle') value: Must be an array, not null/undefined. Contain dimension indices, like: { x: [2] // values on dimension index 2 are mapped to x axis. y: [0] // values on dimension index 0 are mapped to y axis. }
A function that returns a boolean value to flag if the axis label is truncated
Color used to display the item
Value of the item
label of the series the item belongs to
Color of the marker representing the series
Data name; or category name
The percentage of current data item in the pie/funnel series
Color used to display the series. May differ from itemColor in some cases (like specific item coloring)
Series index in option.series
name of the series the item belongs to
Series type
Current index of the axis label tick
The ancestors of current node in the tree/treemap series (including self)
The ancestors of current node in the sunburst series (including self)
Value of data. In most series it is the same as data. But in some series it is some part of the data (e.g., in map, radar)
ODSChartsPopoverItem defines an item to be displayed in the popover/tooltip It is used in ODSChartsPopoverDefinition methods to customize the content of the popover/tooltip Example of use: