arc method

VlChartMark arc()

Adds an arc mark to the chart.

A wedge, which with theta is a pie and with innerRadius a donut.

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

Implementation

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