Dashboard Setup
The Dashboard setup feature will help developers easily set up their React admin panel dashboard with visual analytics of their data.
The dashboard widgets we provide are Count, Table, and Pie chart.
Count
Model
Select the model you wish to showcase.
Redirect
This will allow redirection to a different model when the user clicks on the widget.
Count condition
Count condition helps developers filter out the essential information easily and shows accurate data on the dashboard.
Attribute | Condition | Value |
---|---|---|
Contains | gmail | |
mobileNumber | Includes | +91 |
country | Not includes | India |
city | Equals | Delhi |
userType | Not equals | 2 |
cartItems | Greater than equal to | 4 |
productsBought | Less than equal to | 1 |
loggedInCount | Greater than | 5 |
searchedForProduct | Less than | 5 |
Table
Model
Select the model you wish to showcase.
Data sorting
Select attribute, ascending or descending, number of models.
Redirect
This will allow redirection to a different model when the user clicks on the widget.
Table condition
Table condition helps developers filter out the essential information easily and shows accurate data on the dashboard.
Attribute | Condition | Value |
---|---|---|
Contains | gmail | |
mobileNumber | Includes | +91 |
country | Not includes | India |
city | Equals | Delhi |
userType | Not equals | 8 |
cartItems | Greater than equal to | 3 |
productsBought | Less than equal to | 4 |
loggedInCount | Greater than | 2 |
searchedForProduct | Less than | 6 |
Table sorting
Select the column you want to show in the table widget.
Pie chart
Model
Select the model you wish to showcase.
Group By
Select the model attribute you wish to show as a group by in the piechart
Redirect
This will allow redirection to a different model when the user clicks on the widget.
Graph condition
Graph condition helps developers filter out the essential information easily and shows accurate data on the dashboard.
Attribute | Condition | Value |
---|---|---|
Contains | gmail | |
mobileNumber | Includes | +91 |
country | Not includes | India |
city | Equals | Delhi |
userType | Not equals | 4 |
cartItems | Greater than equal to | 3 |
productsBought | Less than equal to | 5 |
loggedInCount | Greater than | 2 |
searchedForProduct | Less than | 6 |
Got a question? Ask here.