point method
Adds a point mark to the chart.
One symbol per row: the scatter plot.
Returns The new mark, so its channels and properties chain.
Implementation
VlChartMark point() {
return this.mark("point");
}
Adds a point mark to the chart.
One symbol per row: the scatter plot.
Returns The new mark, so its channels and properties chain.
VlChartMark point() {
return this.mark("point");
}