row method
- String field
Splits the chart into stacked panels, one per value.
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 column.
Implementation
VlChartMark row(String field) {
return this.channel("row", field);
}