* @private
(mode)
| 699 | * @private |
| 700 | */ |
| 701 | _update(mode) { |
| 702 | const meta = this._cachedMeta; |
| 703 | this.update(mode || 'default'); |
| 704 | meta._clip = toClip(valueOrDefault(this.options.clip, defaultClip(meta.xScale, meta.yScale, this.getMaxOverflow()))); |
| 705 | } |
| 706 | |
| 707 | /** |
| 708 | * @param {string} mode |
no test coverage detected