PHPackages                             exocet/yii2-chart-widget - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. exocet/yii2-chart-widget

ActiveYii2-extension[Framework](/categories/framework)

exocet/yii2-chart-widget
========================

Chart implementation of chartist for yii2 framework

1.0.0(7y ago)0147MITPHP

Since Aug 21Pushed 7y agoCompare

[ Source](https://github.com/xchwarze/yii2-chart-widget)[ Packagist](https://packagist.org/packages/exocet/yii2-chart-widget)[ RSS](/packages/exocet-yii2-chart-widget/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

yii2-widget-chart
=================

[](#yii2-widget-chart)

Wrapper for [CHARTIST.JS](http://gionkunz.github.io/chartist-js/index.html) library

Resources
---------

[](#resources)

- [yii2](https://github.com/yiisoft/yii2) framework
- [gionkunz/chartist-js](https://github.com/gionkunz/chartist-js)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/)

Either run

```
$ php composer.phar require --prefer-dist "exocet/yii2-chart-widget"
```

or add

```
{
	"require": {
  		"exocet/yii2-chart-widget": "~1.0"
	}
}
```

to the `require` section of your `composer.json`

Example Usage
-------------

[](#example-usage)

```
