Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/echarts
/ getOption
Method
getOption
src/core/echarts.ts:893–895 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
891
}
892
893
getOption(): ECBasicOption {
894
return
this._model && this._model.getOption() as ECBasicOption;
895
}
896
897
getWidth(): number {
898
return
this._zr.getWidth();
Callers
4
setOption.test.ts
File · 0.45
setOption.test.ts
File · 0.45
timelineMediaOptions.test.ts
File · 0.45
onclick
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected