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

Method update

src/coord/parallel/Parallel.ts:145–151  ·  view source on GitHub ↗

* Update axis scale after data processed

(ecModel: GlobalModel, api: ExtensionAPI)

Source from the content-addressed store, hash-verified

143 * Update axis scale after data processed
144 */
145 update(ecModel: GlobalModel, api: ExtensionAPI): void {
146 each(this.dimensions, function (dim) {
147 const axis = this._axesMap.get(dim);
148 scaleRawExtentInfoCreate(axis, AXIS_EXTENT_INFO_BUILD_FROM_COORD_SYS_UPDATE);
149 scaleCalcNice(axis);
150 }, this);
151 }
152
153 containPoint(point: number[]): boolean {
154 const layoutInfo = this._makeLayoutInfo();

Callers

nothing calls this directly

Calls 4

scaleRawExtentInfoCreateFunction · 0.90
scaleCalcNiceFunction · 0.90
eachFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected