Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getMinorTicks
Method · 0.80
scaleCalcAlign
Function · 0.80
Calls
1
clone
Function · 0.85
Tested by
no test coverage detected