tooltip method
- bool value
Shows every column the mark encodes when the reader points at it.
value True to show a tooltip.
Returns This mark, so calls chain.
See also tooltipFields.
Implementation
VlChartMark tooltip(bool value) {
return this.propFlag("tooltip", value);
}