Skip to content

Commit

Permalink
Merge pull request #5 from icehouse-ventures/harry-fakir-patch-1
Browse files Browse the repository at this point in the history
Update index.md
  • Loading branch information
peterthomson authored Jan 15, 2024
2 parents 8c6dca7 + f465ac1 commit 5e0c067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ composer require icehouse-ventures/laravel-chartjs
Publish the configuration file to customize the package settings:

```bash
php artisan vendor:publish --provider="IcehouseVentures\\LaravelChartjs\\ServiceProvider"
php artisan vendor:publish --provider="IcehouseVentures\LaravelChartjs\Providers\ChartjsServiceProvider"
```

Set the chartjs version to 4 to use the current version of chartjs and the delivery method to CDN for rapid setup and easy testing.
In the config/chart.js.php Set the chartjs version to 4 to use the current version of chartjs and the delivery method to CDN for rapid setup and easy testing.

### Creating a Chart

Expand Down

0 comments on commit 5e0c067

Please sign in to comment.