I am trying to make a bar chart that will show a count of all orders created for each month of the year. Therefore the x axis would be January, February, March etc and the Y axis would be the count of orders for that month (or sum of order value fields)
The issue I have is my orders database date fields are the creation date of the order/record. So I have read up on grouping etc and struggling slightly here.
What expression should I use in both the y axis field and the x axis field to achieve this result? (X Axis grouped by months and then y axis showing a count of all orders of which creation date falls inside that month.
Such a simple challenge but is sending me insane…any helps appreciated. Cheers
Like @hergin suggested, it’s better to use bubble’s official chart.js plugin for this. If you hate the way it look(or need a chart that looks more modern and asthetic) you try out this free and open source plugin: Simple Charts