MCPcopy Index your code
hub / github.com/apache/echarts / add

Method add

src/data/DataDiffer.ts:98–101  ·  view source on GitHub ↗

* Callback function when add a data

(func: DiffCallbackAdd)

Source from the content-addressed store, hash-verified

96 * Callback function when add a data
97 */
98 add(func: DiffCallbackAdd): this {
99 this._add = func;
100 return this;
101 }
102
103 /**
104 * Callback function when update a data

Callers 8

renderMethod · 0.95
createVisualRectGroupFunction · 0.45
createRectForDisplayableFunction · 0.45
jquery.min.jsFile · 0.45
AaFunction · 0.45
main.jsFile · 0.45
defaultLoadingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected