# Kibana 4.1 metric visualization round decimal value

**URL:** https://discuss.elastic.co/t/kibana-4-1-metric-visualization-round-decimal-value/24098
**Category:** Kibana
**Created:** [June 22, 2015, 2:33pm UTC](https://discuss.elastic.co/t/kibana-4-1-metric-visualization-round-decimal-value/24098 "2015-06-22T14:33:23Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![tbragin](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tbragin/32/45166_2.png) [@tbragin](https://discuss.elastic.co/u/tbragin)
#### Post date: [June 22, 2015, 6:21pm UTC](https://discuss.elastic.co/t/kibana-4-1-metric-visualization-round-decimal-value/24098/2 "2015-06-22T18:21:28Z")

</div>

Indeed, documentation on field formatters in 4.1 is light (I just logged [issue 4299](https://github.com/elastic/kibana/issues/4299) to improve it).

To accomplish number formatting in 4.1, you can do the following:

- In Settings, go to the index with the field in question
- On the right-hand side under "Controls" column click the Edit icon next to the field you want to format
- If it's a numeric field, in the "Format" dropdown you'll see "Number" as one of the options
- Change the default to the following [numeral.js](http://numeraljs.com/) pattern 0,0.[00]
- Click Update Field

After this, all visualizations using this field will only show two decimal points.

![](https://us1.discourse-cdn.com/elastic/original/2X/5/5d1ee4643def30bbda23dfd5769a764ea776d584.png)

---

_[View the full topic](https://discuss.elastic.co/t/kibana-4-1-metric-visualization-round-decimal-value/24098)._
