Overview:
The Nova ChartJS is a Laravel Nova package that offers a dashboard with Chart JS integration. The package aims to provide users with a visually appealing way to display data through charts on their Laravel Nova dashboard. With a focus on collaboration, the project encourages developers, designers, testers, and enthusiasts alike to contribute and improve the software.
Features:
- Chart JS Integration: Display data using interactive charts.
- Continues Integration: Regular updates and improvements.
- License: The package is under the MIT License.
Installation:
To install Nova ChartJS, follow these steps:
- Require the package using Composer:
composer require coroo/nova-chartjs
- Publish the assets with the following command:
php artisan nova-chartjs:install
- Add the card to your Laravel Nova dashboard by adding the following code to your
NovaServiceProvider
:
use Coroowicaksono\ChartJsIntegration\Card;
public function cards()
{
return [
new Card,
];
}
- You can now use the Chart JS integration on your Laravel Nova dashboard.
Summary:
The Nova ChartJS Laravel Nova package offers a seamless integration of Chart JS to create visually appealing charts on your Laravel Nova dashboard. With a focus on collaboration and community-driven development, users can contribute to the project and benefit from the regular updates and improvements provided by the package.