()
| 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, |
no test coverage detected