PHPackages                             okeanos/yii2-chartist - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. okeanos/yii2-chartist

AbandonedArchivedYii2-extension[Utility &amp; Helpers](/categories/utility)

okeanos/yii2-chartist
=====================

Chartist.js extension for Yii2 Framework.

1.0.0(11y ago)127.9k3BSD-3-ClausePHP

Since Feb 28Pushed 11y ago3 watchersCompare

[ Source](https://github.com/Okeanos/yii2-chartist)[ Packagist](https://packagist.org/packages/okeanos/yii2-chartist)[ RSS](/packages/okeanos-yii2-chartist/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

yii2-chartist
=============

[](#yii2-chartist)

A Yii2 extension for [Chartist.js](http://gionkunz.github.io/chartist-js/index.html).

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

[](#installation)

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

Either run

```
$ php composer.phar require --prefer-dist okeanos/yii2-chartist "*"

```

or

```
 "okeanos/yii2-chartist": "*"

```

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

Usage
-----

[](#usage)

You can use the `htmlOptions` to manually set an ID and subsequently used that to refer to the specific Chartist.js instance. Check the examples in `examples.php` to see how the [Chartist.js examples](http://gionkunz.github.io/chartist-js/examples.html) work with this extension.

### Source

[](#source)

```
