I have a data type with multiple entries: text, number, date.
I want to create charts (stacked bars/combo bar + line) using two data points from the data type: date (which is formatted by default) and number (which is formatted as $).
My challenges are:
I need to be able to group the dates by quarters (or manually selected intervals of 90 days)
I need to be able to create stacked bar charts or combo bar + line chart
What’s the best solution out there considering the above.
Thank you,
Select Month, select an interval of 3… and you now have Quarter grouping
Be sure to choose a starting date, select Do not skip empty groups, and chose an end date.
The Start date should be at the start of a quarter and end date should be at an end.
Charts are one of the the only things for which I have turned to paid plugins for. You can implement Apex Charts.js or other open source chart libraries with a bit of elbow grease and if you have a bit of coding knowledge, however in my particular case it was not justified to do so, so i just implemented a paid plugin, and i’m happy with the result.
Somebody else might be better suited for helping you out with that if you don’t want to go down the paid plugin route.
I quite like it because its a one stop shop (has a lot of different charts) and has good customisability. It also has a very active plugin author as you can see by the forum showcase page:
That said, charts have never been a big functionality of my app, as i mainly use them for admin metrics dashboards, so i’m by no means an expert. But thats also why i needed a plugin with a range of different charts, maybe not what you are looking for.
Check it out, see what you think!