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

Method getModel

src/core/echarts.ts:889–891  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

887
888 // We don't want developers to use getModel directly.
889 private getModel(): GlobalModel {
890 return this._model;
891 }
892
893 getOption(): ECBasicOption {
894 return this._model && this._model.getOption() as ECBasicOption;

Callers 15

handlerMethod · 0.95
appendDataMethod · 0.95
EChartsClass · 0.95
getZLevelKeyMethod · 0.45
updateDataMethod · 0.45
updateDataMethod · 0.45
_updateLabelMethod · 0.45
_renderOnGridLikeMethod · 0.45
_initEventsMethod · 0.45
constructorMethod · 0.45
updateDataMethod · 0.45
_updateLabelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected