kibana/examples/dashboard_embeddable_examples
Anton Dosov 3d0552e03c
Embed dashboard by value example & some embeddable clean up (#67783)
Added example for using dashboard container by value
1.1 Refactored embeddable explorer e2e test to use new example, removed not needed kbn_tp_embeddable_explorer plugin.
For embeddable explorer examples went away from using getFactoryById() to improve type checks
There is new component a replacement for EmbeddableFactoryRenderer with slightly more flexible api: EmbeddableRenderer.
3.1 We can improve it going forward to support more use case
2020-06-15 17:13:31 +02:00
..
public Embed dashboard by value example & some embeddable clean up (#67783) 2020-06-15 17:13:31 +02:00
kibana.json Embed dashboard by value example & some embeddable clean up (#67783) 2020-06-15 17:13:31 +02:00
README.md Embed dashboard by value example & some embeddable clean up (#67783) 2020-06-15 17:13:31 +02:00
tsconfig.json Embed dashboard by value example & some embeddable clean up (#67783) 2020-06-15 17:13:31 +02:00

Example of using dashboard container embeddable outside of dashboard app