bar method

VlChartMark bar()

Adds a bar mark to the chart.

A rectangle per row: the bar chart, and with x2/y2 a range.

Returns The new mark, so its channels and properties chain.

Implementation

VlChartMark bar() {
  return this.mark("bar");
}