Bar Chart Customization

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

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

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