yii2learning / yii2-chart-builder
create chart from sql
Installs: 503
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 4
Forks: 4
Open Issues: 3
Type:yii2-extension
Requires
- 2amigos/yii2-chartjs-widget: ~2.0
- kartik-v/yii2-date-range: ^1.6.8
- kartik-v/yii2-grid: @dev
- kartik-v/yii2-widget-select2: @dev
- miloschuman/yii2-highcharts-widget: ^5.0
- thamtech/yii2-uuid: ^v1.0.2
- trntv/yii2-aceeditor: ^2.0.0
- vova07/yii2-imperavi-widget: *
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-10-27 04:28:22 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