Bar charts are the workhorse of dashboards. They compare, they rank, they tell you which thing is bigger than the other thing without asking anyone to squint. In Notion, they are also the fastest way to take a raw database full of rows and turn it into something a teammate can read in two seconds flat.
This guide walks through the whole path: what your Notion schema needs to look like, how to spin up a bar chart with Data Jumbo, and the quiet tricks that make the difference between a chart and a decoration.
1. Get your Notion database ready
A bar chart needs two things: a category for the x-axis and a number for the y-axis. In Notion terms, that usually means a select/multi-select/date/relation column, plus a number, rollup, or formula column.
- Keep the schema simple: 2–3 properties is enough for a clean chart.
- Stay consistent with data types — one number column should only hold numbers.
- If you're plotting dates, pick a date property (not a text field that looks like a date).
2. Create the chart
- Open Data Jumbo and hit "+ New chart."
- Pick the Notion database you want to visualize.
- Choose Bar Chart as the type.
- Set the y-axis to your number property, then pick the x-axis category.
- Open the three-dots menu to tweak sort order, colors, and legends.
3. Advanced customization
Once the basics are in place, the fun starts. Filters let you narrow the rows that feed the chart. A second "Group by" turns a plain bar chart into stacked bars. Color-coding by property lets you carry an existing visual language from Notion into the chart itself.
4. Practical applications
- Project tracking — hours per phase, stacked by contributor.
- Sales tracking — monthly revenue split by product category.
- Team performance — throughput per sprint, filtered by team.
5. Troubleshooting
If your chart looks wrong, nine times out of ten the answer is in the source database: a number column holding text, a relation pointing to the wrong table, or a filter that quietly hides half your rows. Check the property types first. Performance issues on large datasets? Add a filter and bucket by a coarser time unit.
6. Keep it alive
A bar chart is only as good as the data flowing into it. Establish a small data-entry convention in the team (title casing, consistent tag names), review the chart once a month, and keep a one-liner in your doc explaining what it's for. The chart will take care of itself.
Start simple. Get one bar chart live this week, iterate next week. Before long, your Notion databases will feel less like storage and more like a dashboard.