A Laravel Nova Trend for Future Graphs
chrysanthos/laravel-nova-future-trend is a Laravel package for a laravel nova trend for future graphs.
It currently has 6 GitHub stars and 7.531 downloads on Packagist (latest version 1.1.2).
Install it with composer require chrysanthos/laravel-nova-future-trend.
Discover more Laravel packages by chrysanthos
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Nova includes a way to generate Trend metrics and display values over time via a line chart. It doesn't, however, offer a way to generate graphs for the future, starting from the current date. This package allows you to generate graphs for the near future.
You can install the package via composer:
composer require chrysanthos/laravel-nova-future-trend
php artisan nova:trend ScheduledMessagesTrend
Extend the FutureTrend class instead of Nova's default Trend class.
use Laravel\Nova\Metrics\Trend;
class FutureMessagesTrend extends Trend
use Chrysanthos\LaravelNovaFutureTrend\FutureTrend;
class FutureMessagesTrend extends FutureTrend

composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
This package is Treeware. If you use it in production, then we ask that you buy the world a tree to thank us for our work. By contributing to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.