MCPcopy
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.tsFile · 0.45
setOption.test.tsFile · 0.45
onclickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected