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

Function overallReset

src/component/axisPointer/install.ts:57–62  ·  view source on GitHub ↗
(ecModel, api)

Source from the content-addressed store, hash-verified

55 // and series data processed. So put it on statistic processing stage.
56 registers.registerProcessor(registers.PRIORITY.PROCESSOR.STATISTIC, {
57 overallReset(ecModel, api) {
58 // Build axisPointerModel, mergin tooltip.axisPointer model for each axis.
59 // allAxesInfo should be updated when setOption performed.
60 (ecModel.getComponent('axisPointer') as AxisPointerModel).coordSysAxesInfo =
61 collect(ecModel, api);
62 }
63 });
64
65 // Broadcast to all views.

Callers

nothing calls this directly

Calls 2

collectFunction · 0.90
getComponentMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…