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

Method _updateThumbnailWindow

src/chart/graph/GraphView.ts:355–363  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

353 }
354
355 private _updateThumbnailWindow() {
356 const info = this._getThumbnailInfo();
357 if (info) {
358 info.bridge.updateWindow(
359 viewCoordSysCopyOverallMatrix(null, info.coordSys),
360 this._api
361 );
362 }
363 }
364
365 private _renderThumbnail(
366 seriesModel: GraphSeriesModel,

Callers 1

__updateOnOwnRoamMethod · 0.95

Calls 3

_getThumbnailInfoMethod · 0.95
updateWindowMethod · 0.65

Tested by

no test coverage detected