()
| 317 | } |
| 318 | |
| 319 | protected _onDatasetUpdate() { |
| 320 | this._updateExtents(); |
| 321 | this._dataChanged = true; |
| 322 | this._resetEntityStore(); |
| 323 | this.renderLowPriority(); |
| 324 | } |
| 325 | |
| 326 | /** |
| 327 | * Gets the AccessorScaleBinding for a particular attribute. |
no test coverage detected