# Bar Chart Customization

**URL:** https://discuss.elastic.co/t/bar-chart-customization/222826
**Category:** Kibana
**Tags:** canvas
**Created:** [March 9, 2020, 11:50pm UTC](https://discuss.elastic.co/t/bar-chart-customization/222826 "2020-03-09T23:50:46Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![cburly](https://avatars.discourse-cdn.com/v4/letter/c/51bf81/32.png) [@cburly](https://discuss.elastic.co/u/cburly)
#### Post date: [March 9, 2020, 11:50pm UTC](https://discuss.elastic.co/t/bar-chart-customization/222826/1 "2020-03-09T23:50:46Z")

</div>

Im having some problems with the bar chart. Id like to add labels to each bar of that chart, as well as, each month label on the X axis not every other month.

Heres the code:

filters  
| timelion  
query=".es(index=users,timefield=purchases.createdAt,metric=sum:purchases.fiatAmountLocal).divide(360)  
" interval="1M"  
| pointseries x="@timestamp" y="value" color="project"  
| plot defaultStyle={seriesStyle bars="2000000000" color="#FCB41C"} xaxis=true yaxis=true  
font={font family="'Open Sans', Helvetica, Arial, sans-serif" size=12 align="center" color="#FCB41C" weight="normal" underline=false italic=false}  
| render  
containerStyle={containerStyle backgroundColor="rgba(255,255,255,0)" border=" #FFFFFF"} css=""

![Screen Shot 2020-03-09 at 7.48.25 PM](https://us1.discourse-cdn.com/elastic/original/3X/f/c/fc9609fe467ba25bc87a5448603ee9f0e67c0830.png)

---

<div class="post-metadata">

### Author: ![corey.robertson](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/corey.robertson/32/54611_2.png) [@corey.robertson](https://discuss.elastic.co/u/corey.robertson)
#### Post date: [March 12, 2020, 6:04pm UTC](https://discuss.elastic.co/t/bar-chart-customization/222826/2 "2020-03-12T18:04:03Z")

</div>

Hi @cburly

Unfortunately in Canvas there is not currently a way to specify that every tick of the X-Axis should have a label, or to add labels to the individual bars.

Feel free to open a feature request to get these requests on our radar

---

<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 9, 2020, 6:04pm UTC](https://discuss.elastic.co/t/bar-chart-customization/222826/3 "2020-04-09T18:04:10Z")

</div>

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