kibana/x-pack/examples/exploratory_view_example
Gerard Soldevila 730f4c9d2a
Address some of the no_group_crossing dependencies (#198261)
### Summary

This PR relocates some plugins and packages that are incorrectly
categorised, aiming at reducing inter-solution dependencies. It also
fixes some incorrect import statements that introduce unnecessary
dependencies with other components.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Maryam Saeidi <maryam.saeidi@elastic.co>
2024-11-06 08:44:35 -06:00
..
public [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
.eslintrc.json
kibana.jsonc Address some of the no_group_crossing dependencies (#198261) 2024-11-06 08:44:35 -06:00
README.md
tsconfig.json Removes duplicated RedirectAppLinks component (#170304) 2023-11-13 10:17:13 +01:00

Embedded Observability exploratory view example

To run this example plugin, use the command yarn start --run-examples.

This example shows how to embed Exploratory view into other observability solution applications. Using the exploratory view EmbeddableComponent of the observability start plugin, you can pass in a valid Exploratory view series attributes which will get rendered the same way exploratory view works using Lens Embeddable. Updating the configuration will reload the embedded visualization.