MCPcopy
hub / github.com/apache/echarts / getConfig

Method getConfig

src/scale/Interval.ts:144–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 }
143
144 getConfig(): IntervalScaleConfigParsed {
145 return clone(this._cfg);
146 }
147
148 setConfig(cfg: IntervalScaleConfig): void {
149 const extent = getScaleExtentForTickUnsafe(this);

Callers 2

getMinorTicksMethod · 0.80
scaleCalcAlignFunction · 0.80

Calls 1

cloneFunction · 0.85

Tested by

no test coverage detected