Skip to content

Commit 07d8360

Browse files
Julien NahumJulien Nahum
Julien Nahum
authored and
Julien Nahum
committed
Added bar chart + bug fix
1 parent b6458c1 commit 07d8360

File tree

9 files changed

+29
-358026
lines changed

9 files changed

+29
-358026
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Model statistics dashboard for your Laravel Application
77
[![Total Downloads](https://img.shields.io/packagist/dt/jhumanj/laravel-model-stats.svg?style=flat-square)](https://packagist.org/packages/jhumanj/laravel-model-stats)
88

99
---
10-
<img style="margin:auto;" src="https://i.ibb.co/Mnkp3FD/Capture-d-e-cran-2021-06-25-a-10-55-32.png" alt="Capture-d-e-cran-2021-06-25-a-10-55-32" border="0">
10+
<img style="margin:auto;" src="https://i.ibb.co/hV6dt8L/Capture-d-e-cran-2021-09-11-a-10-54-59.png" alt="Screenshot of sample dashboard" border="0">
1111

1212
This Laravel packages gives you a statistic dashboard for you Laravel application. Think of it as a light version of
1313
[Grafana](https://grafana.com/), but built-in your Laravel application, and much easier to get started with.
@@ -37,9 +37,10 @@ Different type of widgets (daily count, daily average, etc.) are available. When
3737
you choose a Model, an aggregation type and the column(s) for the graph. You can then resize and move the widgets around on your dashboard.
3838

3939
The aggregation types currently available:
40-
- Daily Count (Number of records per day).
41-
- Cumulated Daily Count (Total number of records since beginning, every day).
40+
- Daily Count (Number of records per day during selected period).
41+
- Cumulated Daily Count (Cumulated Total record count during selected period).
4242
- Period Total (Number of new records during selected period).
43+
- Group By Count (Count per group for a given column during selected period).
4344
- ... (more to come soon)
4445

4546
For each widget type, date can be any column: `created_at`,`updated_at`,`custom_date`.

0 commit comments

Comments
 (0)