keepOrder method

VlChartMark keepOrder()

Keeps the order the rows arrived in, rather than sorting alphabetically.

The one every spreadsheet wants.

Returns This mark, so calls chain.

See also sortBy.

Implementation

VlChartMark keepOrder() {
  return this.setOnCursor("sort", VlJson.nullValue());
}