mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
adding helper method on vis
This commit is contained in:
parent
b2ff87477c
commit
fc78562c2b
1 changed files with 4 additions and 0 deletions
|
@ -167,6 +167,10 @@ export default function VisFactory(Notifier, Private) {
|
|||
return this.__uiState;
|
||||
};
|
||||
|
||||
Vis.prototype.implementsRenderComplete = function () {
|
||||
return this.type.implementsRenderComplete;
|
||||
};
|
||||
|
||||
/**
|
||||
* Currently this is only used to extract map-specific information
|
||||
* (e.g. mapZoom, mapCenter).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue