Skip to content

Dashboard

Overview

After completing the basic data model construction, information systems often need to use various graphical reports to better display various types of information in business systems, making it convenient for users to intuitively obtain business progress, conduct data analysis, and value mining. The Dashboard module of Informat provides users with a highly visual custom chart configuration tool that supports configuring visual data dashboards composed of multiple card types based on business needs.

Informat Dashboard supports card types including Line Chart, Bar Chart, Pie Chart, Map, Gantt Chart, Number Chart, Timeline, Heatmap, and 25 other types of cards. The detailed card list is as follows:

NameTypeDescription
Line ChartChartLine charts can display continuous data that changes over time
Bar ChartChartBar charts are used to compare numerical differences between data
Pie ChartChartPie charts can show the proportion of each item in a data series to the total
Scatter PlotChartScatter plots can show the distribution of data on a rectangular coordinate plane
Radar ChartChartRadar charts can display analyzed numbers or ratios
MapChartMaps can show data distribution by region based on map form
HeatmapChartHeatmaps can show numerical aggregation in different value regions through color changes
Calendar HeatmapChartCalendar heatmaps can show data value aggregation on different dates through color changes
Funnel ChartChartFunnel charts can compare business data at various stages
Gauge ChartChartGauge charts can display data in the form of a dashboard
Trend ChartChartTrend charts can reflect the relationship between time and the values of specific data fields
TreemapChartTreemaps are used to describe the relative proportion of data indicators between research objects
Sunburst ChartChartSunburst charts are equivalent to Pie Charts with hierarchical structure, which can display the proportion relationship between data while reflecting the data hierarchy relationship
Gantt ChartChartGantt charts can show the internal relationships of projects, progress, and other time-related system progress as they progress over time
Custom ChartChartCustom charts can configure personalized cards through JS scripts
Data TableDataDisplays corresponding data information in tabular form
Pivot TableDataPivot tables can perform aggregation operations on data within fields based on specific row and column grouping fields
Number ChartDataNumber charts can perform aggregation calculations and display the data content of a certain field in a data table
Rich TextControlRich text display card with advanced text editing functions
CountdownControlCountdown cards can automatically calculate the difference based on the current time by setting a target time
TimelineControlTimelines can display data content in a linear time progression based on relevant information in data tables
External PageControlExternal pages support users to configure external page addresses as card displays
ButtonControlButton cards allow users to expand custom controls in dashboards
CalendarControlCalendar cards can display data information of specified data tables
TabControlTabs support combining multiple cards into a new card in the form of tabs

Design Logic

In Informat, most of the data on the dashboard comes from already configured data tables. Generally, we need to first configure the Data Table to complete the entry of basic data information, then create chart cards, and finally adjust the created cards into an appropriate dashboard layout.

Example

Below, we will introduce how to create a set of dashboard boards based on the House Rental Management System. We will focus on key factors such as Orders, Sales Personnel, Date, and Sales Region to display visual reports for house rental business management.