
NocoBase 2.0 Beginner Tutorial - Chapter 7: Dashboard
Originally published at https://docs.nocobase.com/tutorials/v2/07-dashboard Chapter 7: Dashboard — The Big Picture at a Glance In the last chapter, we used workflows to make the system send notifications and record timestamps automatically. The system is getting smarter, but we're still missing one thing — a bird's-eye view . How many tickets are there? How many have been resolved? Which category has the most issues? How many new tickets come in each day? You can't answer these questions by scrolling through a list. In this chapter, we'll use chart blocks (pie, line, bar charts) and Markdown blocks to build a data dashboard that turns raw data into something you can understand at a glance. 7.1 Adding a Dashboard Page First, let's add a new menu item to the top navigation bar. Enter configuration mode , click "Add menu item" ( + icon) on the top menu bar, select "Modern page (v2)" , and name it "Dashboard." This page is dedicated to charts — it's our dashboard home base. 7.2 Pie Chart:
Continue reading on Dev.to Tutorial
Opens in a new tab



