tooltipField method

VlChartMark tooltipField(
  1. String field
)

Shows one named column as the tooltip.

field The column name.

Returns This mark, so calls chain.

See also tooltipFields.

Implementation

VlChartMark tooltipField(String field) {
  return this.channel("tooltip", field);
}