circle method

VlChartMark circle()

Adds a circle mark to the chart.

A filled circle per row — point with the shape settled.

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

Implementation

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