()
| 300 | } |
| 301 | |
| 302 | beforeLayout() { |
| 303 | super.beforeLayout(); |
| 304 | this._cache = { |
| 305 | data: [], |
| 306 | labels: [], |
| 307 | all: [] |
| 308 | }; |
| 309 | } |
| 310 | |
| 311 | determineDataLimits() { |
| 312 | const options = this.options; |
nothing calls this directly
no test coverage detected