machour / yii2-sparkline
Yii2 jQuery Sparkline widget
Package info
github.com/machour/yii2-sparkline
Type:yii2-extension
pkg:composer/machour/yii2-sparkline
1.0.0
2015-11-15 20:01 UTC
Requires
- bower-asset/bower-jquery-sparkline: ^2.1@dev
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-02-16 07:08:23 UTC
README
The jQuery sparkline assets and widget for Yii2.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist machour/yii2-sparkline "*"
or add
"machour/yii2-sparkline": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, use the widget this way:
<?= \machour\sparkline\Sparkline::widget([ 'clientOptions' => [ 'type' => 'bar', 'height' => 20, 'barColor' => '#00a65a', ], 'data' => [90, 80, 90, -70, 61, -83, 63] ]); ?>
This would produce the following sparkline: 
This documentation is available online