2017 © Pedro Peláez
 

yii2-extension yii2-ctala-chartjs

An extention that helps create beautifull charts using ChartJS

image

ctala/yii2-ctala-chartjs

An extention that helps create beautifull charts using ChartJS

  • Tuesday, March 8, 2016
  • by ctala
  • Repository
  • 1 Watchers
  • 0 Stars
  • 87 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Yii2 ChartJS Widget

An extention that helps create beautifull charts using ChartJS, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist ctala/yii2-ctala-chartjs "*"

or add, (*4)

"ctala/yii2-ctala-chartjs": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

php echo \ctala\chartjs\ChartJS::widget([ "data" => $datosAno2016, "responsive" => "false", "titulo" => "Ventas Sitios 2016", "id" => "canvas2016", "height" => 500, "width" => 1000, ] ); echo \ctala\chartjs\ChartJS::widget([ "data" => $datosAno2015, "responsive" => "false", "titulo" => "Ventas Sitios 2015", "id" => "canvas2015", "height" => 500, "width" => 1000, "chartType" => "line" ] ); ?>, (*7)

The Versions

08/03 2016

dev-master

9999999-dev

An extention that helps create beautifull charts using ChartJS

  Sources   Download

MIT

The Requires

 

yii2 extention

08/03 2016

dev-devel

dev-devel

An extention that helps create beautifull charts using ChartJS

  Sources   Download

MIT

The Requires

 

yii2 extention

08/03 2016

V0.1

0.1.0.0

An extention that helps create beautifull charts using ChartJS

  Sources   Download

MIT

The Requires

 

yii2 extention