keepOrder method
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());
}
Keeps the order the rows arrived in for the shared cursor channel.
Returns This chart, so calls chain.
VlChart keepOrder() {
return this.setOnCursor("sort", VlJson.nullValue());
}