2017 © Pedro Peláez
 

library yii2-chart

Chart for yii2

image

letyii/yii2-chart

Chart for yii2

  • Wednesday, May 21, 2014
  • by nguago
  • Repository
  • 6 Watchers
  • 0 Stars
  • 82 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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]]
        ],
    ]
]);

The Versions

21/05 2014

dev-master

9999999-dev https://github.com/letyii/yii2-chart

Chart for yii2

  Sources   Download

MIT

The Requires

 

yii2 chart