# Creating custom visualistion for Kibana

**URL:** https://discuss.elastic.co/t/creating-custom-visualistion-for-kibana/365978
**Category:** Kibana
**Created:** [September 3, 2024, 5:39pm UTC](https://discuss.elastic.co/t/creating-custom-visualistion-for-kibana/365978 "2024-09-03T17:39:23Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![OAJ](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/oaj/32/137265_2.png) [@OAJ](https://discuss.elastic.co/u/OAJ)
#### Post date: [September 3, 2024, 5:39pm UTC](https://discuss.elastic.co/t/creating-custom-visualistion-for-kibana/365978/1 "2024-09-03T17:39:23Z")

</div>

Hi All,

I was wondering if I can create my own visuals using HTML/CSS then upload it the dashboard, is that possible because I can't find it in the docs?

Thanks

---

<div class="post-metadata">

### Author: ![Marco\_Liberati](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/marco_liberati/32/82953_2.png) [@Marco\_Liberati](https://discuss.elastic.co/u/Marco_Liberati)
#### Post date: [September 4, 2024, 8:03am UTC](https://discuss.elastic.co/t/creating-custom-visualistion-for-kibana/365978/2 "2024-09-04T08:03:12Z")

</div>

Hi @OAJ

no, that is not possible in Kibana.  
You can use Vega to build custom visualizations: [Vega | Kibana Guide [8.15] | Elastic](https://www.elastic.co/guide/en/kibana/current/vega.html) (a gallery of examples is avaialble here: [Example Gallery | Vega](https://vega.github.io/vega/examples/) ).

There's also a very long route, that includes developing a custom Kibana plugin on your own that satisfy the embeddables API for the custom chart. But I would not recommend that, just mentioning for completeness.
