some updates to visualize loader#14404
Conversation
|
@rashidkpc made the comment that Kibana-Canvas doesn't have access to the Maybe we can work-around that on our end, by making the module import itself. Stripping this from angular is not necessary imo, it would not be worth the effort. I think we have a couple of ways of bootstrapping Private. I made a small suggestion here: and then from the client, you can use it as |
|
Every kibana plugin has access to the Private module loader ... |
|
We purposefully designed the Canvas element plugin API to enable rendering outside of the Kibana architecture. While in theory we could use Redux to funnel Private down to a React component that exposes a DOM node as ref it would have the effect of breaking the exportability of Canvas elements which we don't want to do. |
|
failing on license error. needs rebase to include 2a14502. |
9eb75d0 to
d23ea7d
Compare
There was a problem hiding this comment.
I tested this with the a test-app, using both means of loading the visualizeLoader.
Works well IMO. Thx!
tagcloud and regionmap do give errors when filtering, but this is likely more a problem with how they do filtering. we can fix those separately.
|
This proposes an additional way of loading the visualizationLoader. You will be able to call a function called |
d23ea7d to
7e2d0dc
Compare
* some updates to visualize loader * auto load Private (suggestion by thomas)
* some updates to visualize loader * auto load Private (suggestion by thomas)
|
backport |
* some updates to visualize loader * auto load Private (suggestion by thomas)
filter_handler generate method comes very handy for adding new filters, check https://docs.google.com/document/d/1U7mZuGOpLwFWrb6zWf62k57hA1MUXL0PFRYW8EdrTjQ/edit# Embedding a saved object paragraph