https://github.com/ctala/yii2-ctala-chartjs2
ChartJS2 extention for Yii2
https://github.com/ctala/yii2-ctala-chartjs2
Last synced: 3 months ago
JSON representation
ChartJS2 extention for Yii2
- Host: GitHub
- URL: https://github.com/ctala/yii2-ctala-chartjs2
- Owner: ctala
- License: mit
- Created: 2017-05-17T10:08:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T20:15:44.000Z (about 9 years ago)
- Last Synced: 2025-12-22T21:44:33.118Z (6 months ago)
- Language: JavaScript
- Size: 2.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ChartJS2 extention for Yii2
===========================
ChartJS2 extention for Yii2
Installation
------------
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist ctala/yii2-ctala-chartjs2 "*"
```
or add
```
"ctala/yii2-ctala-chartjs2": "*"
```
to the require section of your `composer.json` file.
Usage
-----
Once the extension is installed, simply use it in your code by :
```php
= \ctala\ChartJS2\AutoloadExample::widget(); ?>```