I have created some Kibana visualizations and dashboard, and I would like to know if there is any packages or components that I can re-use to embed the visualizations in my Angular 5 application without using IFrames. Thanks!
Hey @Benjamin_Fallar_III,
If you want to embed a live visualization or dashboard into your app, then an iframe is really the only way to go.
If your data doesn't change often, and you're an X-Pack customer, then you might be able to get away with exporting the dashboard/visualization to PDF via the Reporting plugin, and embedding the PDF into your app instead.