bin method
Bins the cursor channel's column into buckets.
Returns This mark, so calls chain.
See also maxBins.
Implementation
VlChartMark bin() {
return this.setOnCursor("bin", VlJson.boolValue(true));
}
Bins the cursor channel's column into buckets.
Returns This mark, so calls chain.
See also maxBins.
VlChartMark bin() {
return this.setOnCursor("bin", VlJson.boolValue(true));
}