An open API service indexing awesome lists of open source software.

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

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(); ?>```