MCPcopy Index your code
hub / github.com/microsoft/SandDance / overrideAxisLabels

Method overrideAxisLabels

packages/sanddance/src/viewer.ts:547–560  ·  view source on GitHub ↗
(stage: VegaDeckGl.types.Stage)

Source from the content-addressed store, hash-verified

545 }
546
547 private overrideAxisLabels(stage: VegaDeckGl.types.Stage) {
548 // if (this._specColumns.x && this._specColumns.x.type === 'date') {
549 // stage.axes.x.forEach(axis => makeDateRange(
550 // axis.tickText,
551 // this.getColumnStats(this._specColumns.x)
552 // ));
553 // }
554 // if (this._specColumns.y && this._specColumns.y.type === 'date') {
555 // stage.axes.y.forEach(axis => makeDateRange(
556 // axis.tickText,
557 // this.getColumnStats(this._specColumns.y)
558 // ));
559 // }
560 }
561
562 private preStage(stage: VegaDeckGl.types.Stage, deckProps: VegaDeckGl.DeckProps) {
563 const onClick: AxisSelectionHandler = (e, search: SearchExpressionGroup) => {

Callers 2

onAnimateDataChangeMethod · 0.95
preStageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected