yOffset method
- String field
What separates the bars of a grouped bar chart, across the vertical axis.
Names a COLUMN, never a constant. .color("red") means a column
called red; painting a mark red is markColor.
field The column name.
Returns This mark, so channels chain.
See also xOffset.
Implementation
VlChartMark yOffset(String field) {
return this.channel("yOffset", field);
}