You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a table of cars where each row represents a separate car and one of the columns will have a date in it to represent when the car is ready. I would like a bar chart to show how many cars are planned to be ready on each date. Here's an example, let me know if you need more information! Many thanks,
| Car | Planned Date |
| ford | 2023/01/18 |
| MG | 2023/01/18 |
| Merc | 2023/01/20 |
The chart's Y axis should show 3 (3 car makes) and the X axis should show 18 and 20. The graph bars should be 2 and 1, i.e. "2" for 2 x cars on the 18th (ford and MG) and 1 for 1 x car on the 20th.
The goal is to look at the chart and to quickly see how many cars are planned for each date.
I'm using Atlassian version 7.19.0
Hi @razor78,
We can suggest trying our app – Table Filter and Charts for Confluence. Create the following macro sequence (directly if your hosting is Data Center/Server or via the Table Toolbox macro if you are on Cloud):
Use the Pivot Table macro to group your entries by dates:
If necessary, filter the empty dates out with the help of the Table Filter macro:
Create the required chart using the Chart from Table macro:
thanks for the help, I see this is a premium macro (i.e. costs money)? Is it possible to do it without additional costs?
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You may use the standard Chart macro but the data in your source table should be aggregated beforehand.
What concerns our app, it's free for Cloud 1-10 users.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks for your help, can you provide an example of the aggregated approach?
thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, here I meant manual aggregation - just count the number of cars for each date manually and then visualize the data using the standard Chart macro. There are no any standard Confluence macros to group tabular data automatically.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.