letyii/yii2-chart Chart for yii2

chart

yii2-chart

echo letyii\chart\Highcharts::widget([
    'configs' => [
        'chart' => [
            'renderTo' => 'container',
            'type' => 'column',
            'margin' => 75,
            'options3d' => [
                'enabled' => TRUE,
                'alpha' => 15,
                'beta' => 15,
                'depth' => 50,
                'viewDistance' => 25,
            ],
        ],
        'title' =>  [
            'text' => 'Chart rotation demo',
        ],
        'subtitle' => [
            'text' => 'Test options by dragging the sliders below',
        ],
        'plotOptions' => [
            'column' => [
                'depth' => 25,
            ],
        ],
        'series' => [
            ['data' => [29.9, 71.5, 106.4, 129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4]]
        ],
    ]
]);

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



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