# Visualizing a user burndown graph

**URL:** https://discuss.elastic.co/t/visualizing-a-user-burndown-graph/224276
**Category:** Kibana
**Created:** [March 19, 2020, 1:59pm UTC](https://discuss.elastic.co/t/visualizing-a-user-burndown-graph/224276 "2020-03-19T13:59:45Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![ethranes](https://avatars.discourse-cdn.com/v4/letter/e/e56c9b/32.png) [@ethranes](https://discuss.elastic.co/u/ethranes)
#### Post date: [March 19, 2020, 1:59pm UTC](https://discuss.elastic.co/t/visualizing-a-user-burndown-graph/224276/1 "2020-03-19T13:59:45Z")

</div>

Hi,

I have saved a document into elasticsearch, which has an array of users which include how many hours of work they have remaining, and I'm trying to show this as a bar chart in Kibana.

The JSON I've entered looks like this;

```
{
  "graph":{
    "id":601,
    "name":"Graph",
    "labels":[
      {
        "user":"*B",
        "id":16,
        "colour":"157AFF",
        "value":9
      },
      {
        "user":"A",
        "id":534,
        "colour":"EEAF1B",
        "value":0
      },
      {
        "user":"J",
        "id":1954326,
        "colour":"C15CB9",
        "value":9
      }
    ]
  }
}

```

and the saved document in kibana looks like this

 ![elasticgraphlabel](https://us1.discourse-cdn.com/elastic/original/3X/5/6/56cef08ffd7f202b643a6ed9c9bc5150592360fa.png)

I am able to arrange the X axis of the graph to include the user names. However I can't get the Y axis of the graph to show the amount in the value correctly. The bar will always remain the same size.

Any help or guidance on this would be appriciated,  
Thanks

---

<div class="post-metadata">

### Author: ![nickpeihl](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nickpeihl/32/112622_2.png) [@nickpeihl](https://discuss.elastic.co/u/nickpeihl)
#### Post date: [March 19, 2020, 10:09pm UTC](https://discuss.elastic.co/t/visualizing-a-user-burndown-graph/224276/2 "2020-03-19T22:09:55Z")

</div>

Any chance you can share a screenshot of the graph?

---

<div class="post-metadata">

### Author: ![ethranes](https://avatars.discourse-cdn.com/v4/letter/e/e56c9b/32.png) [@ethranes](https://discuss.elastic.co/u/ethranes)
#### Post date: [March 20, 2020, 7:32am UTC](https://discuss.elastic.co/t/visualizing-a-user-burndown-graph/224276/3 "2020-03-20T07:32:59Z")

</div>

Hi, Sure.

 ![graphviz](https://us1.discourse-cdn.com/elastic/original/3X/e/f/efb44710543952a1bf596b5c6887531e1294ff8a.png)

So you can see that I have the user name keyword on the x axis, but I've tried a few different methods to link their relative values to the y axis, but am just not finding what I need

---

<div class="post-metadata">

### Author: ![nickpeihl](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nickpeihl/32/112622_2.png) [@nickpeihl](https://discuss.elastic.co/u/nickpeihl)
#### Post date: [March 20, 2020, 3:25pm UTC](https://discuss.elastic.co/t/visualizing-a-user-burndown-graph/224276/4 "2020-03-20T15:25:25Z")

</div>

Thank you! Sorry, can you also share the [mapping](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-get-mapping.html) of your index?

---

<div class="post-metadata">

### Author: ![ethranes](https://avatars.discourse-cdn.com/v4/letter/e/e56c9b/32.png) [@ethranes](https://discuss.elastic.co/u/ethranes)
#### Post date: [March 23, 2020, 3:10pm UTC](https://discuss.elastic.co/t/visualizing-a-user-burndown-graph/224276/5 "2020-03-23T15:10:53Z")

</div>

Hey sorry about the delay, here's the mappings of the fields I'm trying to graph, mainly, user and value

 ![graphmapping](https://us1.discourse-cdn.com/elastic/original/3X/b/a/ba747603683781a09a4ce156ac734a14e00ea774.png)

---

<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 20, 2020, 3:11pm UTC](https://discuss.elastic.co/t/visualizing-a-user-burndown-graph/224276/6 "2020-04-20T15:11:02Z")

</div>

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