boxplot method

VlChartMark boxplot()

Adds a boxplot mark to the chart.

A box and whiskers, computed from the rows rather than read off them.

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

Implementation

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