machour/yii2-sparkline Yii2 jQuery Sparkline widget

extensionchartssparkline

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: Sparkline example

This documentation is available online

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



1.0.0 is the latest of one release



MIT license
Stats
0 github stars & 0 github forks
15 downloads in the last day
397 downloads in the last 30 days
26196 total downloads