yii2learning/yii2-chart-builder

create chart from sql

Installs: 516

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 3

Forks: 4

Open Issues: 3

Type:yii2-extension

pkg:composer/yii2learning/yii2-chart-builder

0.1.4 2017-09-08 04:12 UTC

This package is not auto-updated.

Last update: 2025-10-12 09:11:10 UTC


README

create chart from sql

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist yii2learning/yii2-chart-builder "*"

or add

   "yii2learning/yii2-chart-builder": "@dev"

to the require section of your composer.json file.

Config Module

'modules' => [
    'chartbuilder'=>[
        'class'=> 'yii2learning\chartbuilder\Module'
    ],
    'gridview' =>  [
        'class' => '\kartik\grid\Module',
    ]
];

Migrations database

./yii migrate/up -p=@yii2learning/chartbuilder/migrations