noStack method

VlChartMark noStack()

Draws the marks overlapping rather than stacked.

Returns This mark, so calls chain.

See also stack.

Implementation

VlChartMark noStack() {
  return this.setOnCursor("stack", VlJson.nullValue());
}