MCPcopy
hub / github.com/palantir/plottable / defaultTicks

Method defaultTicks

src/scales/quantitativeScale.ts:319–321  ·  view source on GitHub ↗

* Gets the array of tick values generated by the default algorithm.

()

Source from the content-addressed store, hash-verified

317 * Gets the array of tick values generated by the default algorithm.
318 */
319 public defaultTicks(): D[] {
320 throw new Error("Subclasses should override _getDefaultTicks");
321 }
322
323 /**
324 * Gets an array of tick values spanning the domain.

Callers 1

QuantitativeScaleClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected