circle method
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");
}
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.
VlChartMark circle() {
return this.mark("circle");
}