keepOrder method

VlChart keepOrder()

Keeps the order the rows arrived in for the shared cursor channel.

Returns This chart, so calls chain.

Implementation

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