grafite / charts
An easy way to integrate Charts in Laravel
Installs: 4 410
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=7.3|>=8.0
- illuminate/support: ^7.0|^8.0|^9.0|^10.0|^11.0
- matthiasmullie/minify: ^1.3
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^5.0|^6.0|^7.0|^8.0|^9.0
- phpunit/phpunit: ^9.6.0
This package is auto-updated.
Last update: 2024-10-30 00:37:51 UTC
README
Charts - A handy little ChartJS package for Laravel apps.
The Grafite Charts package is a tool for integrating ChartJS charts into a Laravel application. It's based off consoletvs/charts
version 6.x.
Author(s):
- Matt Lantz (@mattylantz, mattlantz at gmail dot com)
Requirements
- PHP 7.3+|8.0+
Compatibility and Support
Built From consoletvs/charts and Why
Èrik Campobadal Forés created an awesome package for Laravel charts. Version 7.0 appeared to switch to a whole new chart library and it appears he will be primarily maintaining the 7.x branch. This is inspired by his 6.x version of the package and makes various adjustments including reducing it to only ChartJS support.
Installation
Start a new Laravel project:
composer create-project laravel/laravel your-project-name
Then run the following to add Grafite Charts
composer require "grafite/charts"
Documentation
https://docs.grafite.ca/utilities/charts
License
Grafite Charts is open-sourced software licensed under the MIT license
Bug Reporting and Feature Requests
Please add as many details as possible regarding submission of issues and feature requests
Disclaimer
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.