[5.x] visualizations emit 'renderComplete' event when done rendering#9113
Merged
[5.x] visualizations emit 'renderComplete' event when done rendering#9113
Conversation
Backports PR #8914 **Commit 1:** visualize emits renderComplete event once its done rendering * Original sha: 2195692 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-11-04T09:32:29Z **Commit 2:** fixing test * Original sha: 97a390a * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-11-04T09:48:23Z **Commit 3:** adding renderComplete event to timelion * Original sha: b833873 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-11-10T15:14:16Z **Commit 4:** adding renderComplete event to timelion * Original sha: ab94eef * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-11-11T09:20:32Z **Commit 5:** adding implementsRenderComplete property to vis * Original sha: b2ff874 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-11-16T06:50:19Z **Commit 6:** adding helper method on vis * Original sha: fc78562 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-11-16T18:21:46Z **Commit 7:** adding onRenderComplete method * Original sha: 451ab9a * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-11-16T18:48:48Z
airow
pushed a commit
to airow/kibana
that referenced
this pull request
Feb 16, 2017
…ic#9113) Backports PR elastic#8914 **Commit 1:** visualize emits renderComplete event once its done rendering * Original sha: 2195692 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-11-04T09:32:29Z **Commit 2:** fixing test * Original sha: 97a390a * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-11-04T09:48:23Z **Commit 3:** adding renderComplete event to timelion * Original sha: b833873 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-11-10T15:14:16Z **Commit 4:** adding renderComplete event to timelion * Original sha: ab94eef * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-11-11T09:20:32Z **Commit 5:** adding implementsRenderComplete property to vis * Original sha: b2ff874 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-11-16T06:50:19Z **Commit 6:** adding helper method on vis * Original sha: fc78562 * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-11-16T18:21:46Z **Commit 7:** adding onRenderComplete method * Original sha: 451ab9a * Authored by ppisljar <peter.pisljar@gmail.com> on 2016-11-16T18:48:48Z Former-commit-id: 2393329
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
visualizations emit 'renderComplete' event when done rendering
Backports PR #8914
Commit 1:
visualize emits renderComplete event once its done rendering
Commit 2:
fixing test
Commit 3:
adding renderComplete event to timelion
Commit 4:
adding renderComplete event to timelion
Commit 5:
adding implementsRenderComplete property to vis
Commit 6:
adding helper method on vis
Commit 7:
adding onRenderComplete method