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=""