# How customizable Is Tooltip when tooltips=false in the configuration?

**URL:** https://discuss.elastic.co/t/how-customizable-is-tooltip-when-tooltips-false-in-the-configuration/259563
**Category:** Kibana
**Tags:** vega
**Created:** [December 24, 2020, 8:23am UTC](https://discuss.elastic.co/t/how-customizable-is-tooltip-when-tooltips-false-in-the-configuration/259563 "2020-12-24T08:23:23Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![m-amano](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/m-amano/32/62977_2.png) [@m-amano](https://discuss.elastic.co/u/m-amano)
#### Post date: [December 24, 2020, 8:23am UTC](https://discuss.elastic.co/t/how-customizable-is-tooltip-when-tooltips-false-in-the-configuration/259563/1 "2020-12-24T08:23:24Z")

</div>

I am using Elasticsearch and Kibana v.7.6.1 and Vega v.4.3.0.  
I added `tooltips:false` in configuration of Vega to show full length of text in tooltips. Unless I add this code, the text does not show up in full length if it's too long.

The code I added is below.

```auto
"config":{"kibana":{"tooltips":false}},

```

I wonder if there is a way to change the white to another color of tooltips to recognize easily if it's tooltip area or graph area.  
 ![image](https://us1.discourse-cdn.com/elastic/original/3X/4/0/40343b7c1aae94299210ca8b0ffad415cd87c90f.png)

---

<div class="post-metadata">

### Author: ![Vadims\_Daleckis](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/vadims_daleckis/32/57613_2.png) [@Vadims\_Daleckis](https://discuss.elastic.co/u/Vadims_Daleckis)
#### Post date: [January 12, 2021, 1:23pm UTC](https://discuss.elastic.co/t/how-customizable-is-tooltip-when-tooltips-false-in-the-configuration/259563/2 "2021-01-12T13:23:51Z")

</div>

Hi m-amano,

I've looked at the source code, unfortunately it is not possible to set the background color of the tooltip. The setting allows to set it to `true/false` like in your example, or an extended config can be provided with `position`, `padding`, `centerOnMark` and `textTruncate` settings but there is no color option.

![image](https://us1.discourse-cdn.com/elastic/original/3X/4/c/4cfdefc897a927dc44e0719161063336d3b30986.png)

---

<div class="post-metadata">

### Author: ![m-amano](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/m-amano/32/62977_2.png) [@m-amano](https://discuss.elastic.co/u/m-amano)
#### Post date: [January 26, 2021, 7:41am UTC](https://discuss.elastic.co/t/how-customizable-is-tooltip-when-tooltips-false-in-the-configuration/259563/3 "2021-01-26T07:41:27Z")

</div>

@Vadims_Daleckis  
Thank you for your reply.  
This is very helpful.

---

<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: [February 23, 2021, 7:41am UTC](https://discuss.elastic.co/t/how-customizable-is-tooltip-when-tooltips-false-in-the-configuration/259563/4 "2021-02-23T07:41:30Z")

</div>

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