tooltip method

VlChartMark tooltip(
  1. 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);
}