# How to embed visualization into my app

**URL:** https://discuss.elastic.co/t/how-to-embed-visualization-into-my-app/268591
**Category:** Kibana
**Created:** [March 28, 2021, 3:07pm UTC](https://discuss.elastic.co/t/how-to-embed-visualization-into-my-app/268591 "2021-03-28T15:07:49Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![whitediver](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/whitediver/32/53736_2.png) [@whitediver](https://discuss.elastic.co/u/whitediver)
#### Post date: [March 28, 2021, 3:07pm UTC](https://discuss.elastic.co/t/how-to-embed-visualization-into-my-app/268591/1 "2021-03-28T15:07:49Z")

</div>

Since the **embedVisualizationWithId** was removed from the Kibana, I have no way to embed visualization into my Kibana app.

Does anybody know what I should use instead?

---

<div class="post-metadata">

### Author: ![wylie](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/wylie/32/81794_2.png) [@wylie](https://discuss.elastic.co/u/wylie)
#### Post date: [March 31, 2021, 4:08pm UTC](https://discuss.elastic.co/t/how-to-embed-visualization-into-my-app/268591/2 "2021-03-31T16:08:19Z")

</div>

You can embed a dashboard in full screen mode. You can put your visualization in Canvas an embed that. And if you're willing to do more work, you can also:

- Use the elastic-charts library to develop your own visualization
- Build a Kibana plugin that creates an embeddable URL

Embedding Kibana typically means using an iframe, but you can query Elasticsearch and visualize the results in many ways.

---

<div class="post-metadata">

### Author: ![whitediver](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/whitediver/32/53736_2.png) [@whitediver](https://discuss.elastic.co/u/whitediver)
#### Post date: [March 31, 2021, 4:37pm UTC](https://discuss.elastic.co/t/how-to-embed-visualization-into-my-app/268591/3 "2021-03-31T16:37:40Z")

</div>

I do not embed visualization into external web application.  
I created application inside the kibana and include visualizations there.  
Until version 7.4 it was possible with the visualizationloader, later it was removed or replaced.

---

<div class="post-metadata">

### Author: ![wylie](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/wylie/32/81794_2.png) [@wylie](https://discuss.elastic.co/u/wylie)
#### Post date: [March 31, 2021, 4:48pm UTC](https://discuss.elastic.co/t/how-to-embed-visualization-into-my-app/268591/4 "2021-03-31T16:48:04Z")

</div>

I see, so we are using a new mechanism called the Embeddable service. Here are the docs: [Embeddables plugin | Kibana Guide [7.12] | Elastic](https://www.elastic.co/guide/en/kibana/current/embeddable-plugin.html)

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [April 28, 2021, 4:48pm UTC](https://discuss.elastic.co/t/how-to-embed-visualization-into-my-app/268591/5 "2021-04-28T16:48:30Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
