Download the PHP package scopdrag/laravel-google-chart without Composer
On this page you can find all versions of the php package scopdrag/laravel-google-chart. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download scopdrag/laravel-google-chart
More information about scopdrag/laravel-google-chart
Files in scopdrag/laravel-google-chart
Package laravel-google-chart
Short Description Makes Google chart integration simple and easy for laravel
License MIT
Homepage https://github.com/scopdrag/laravel-google-chart.git
Informations about the package laravel-google-chart
laravel-google-chart
This package offers simple and easy integration of google charts with laravel .
Features:
-Fast and simple . Also you can provide Google chart options to documneted on google Chart API by creating a multidiemsional PHP array.
- Multiple Chart of same and different types can be loaded on same page.
Credit: Thanks to google chart API
Chats introduced:
- Bar Chart
- Bubble Chart
- Candlestick Chart
- Combo Chart
- Piechart Chart
- Scatter Chart
- Stepped Area Chart
- Tree Map Chart
- Word Tree Chart
Install
Via Composer
Use this command to publish charts views.
Registering provider
Add following line to you config/app.php providers array
Usage
Use this code in your controller file and pass cols, rows and options to view
Add Google chart loader script file in
tag of you webpageUse this in your Views/balade File
OR You can directly use in view file
Use this code on your views/blade file
Bar chart
blade.php file code
Coloring bar chart
.blade.php file code
Stacked Bar Chart
.blade.php code
Bubble Chart
.blade.php file code
Candlestick charts
.blade.php file code
Waterfall charts
.blade.php code
Combo Chart
.blade.php file code
Pie Chart
.blade.php file code
3D Pie Chart
.blade.php file code
ScatterChart
.blade.php file code
Stepped Chart
.blade.php file code
Tree Map Charts
.blade.php
Scatter Chart
.blade.php file code
Word tree charts
.blade.php file code
Arguements for 'setChartType()' can be following depending upon requirements.
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
Credits
- Thanks to Google Chart API
License
The MIT License (MIT). Please see License File for more information.