compareMode property
The behavior of tooltips and data highlighting when hovering on data and chart area. Possible string values are:
- "BASIC_CHART_COMPARE_MODE_UNSPECIFIED" : Default value, do not use.
- "DATUM" : Only the focused data element is highlighted and shown in the tooltip.
- "CATEGORY" : All data elements with the same category (e.g., domain value) are highlighted and shown in the tooltip.
Implementation
core.String? compareMode;