2017 © Pedro Peláez
 

yii2-extension yii2-highcharts-widget

Highcharts JS widget for Yii2.

image

2amigos/yii2-highcharts-widget

Highcharts JS widget for Yii2.

  • Wednesday, July 5, 2017
  • by tonydspaniard
  • Repository
  • 12 Watchers
  • 36 Stars
  • 57,308 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 11 Forks
  • 1 Open issues
  • 6 Versions
  • 11 % Grown

The README.md

HighCharts JS Widget for Yii2

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads, (*1)

The amazing HighCharts JS widget now for Yii2., (*2)

Highcharts is one of the best HTML5/Javascript charting libraries on the web. Highcharts JS is free for a non-commercial project but not if you are developing a product that you are going to make money with., (*3)

Visit HighCharts site in order to get more information about the different options of this plugin and its license pricing., (*4)

Installation

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

Either run, (*6)

composer require 2amigos/yii2-highcharts-widget:~1.0

or add, (*7)

"2amigos/yii2-highcharts-widget" : "~1.0"

to the require section of your application's composer.json file., (*8)

Usage

// on your view

<?=
\dosamigos\highcharts\HighCharts::widget([
    'clientOptions' => [
        'chart' => [
                'type' => 'bar'
        ],
        'title' => [
             'text' => 'Fruit Consumption'
             ],
        'xAxis' => [
            'categories' => [
                'Apples',
                'Bananas',
                'Oranges'
            ]
        ],
        'yAxis' => [
            'title' => [
                'text' => 'Fruit eaten'
            ]
        ],
        'series' => [
            ['name' => 'Jane', 'data' => [1, 0, 4]],
            ['name' => 'John', 'data' => [5, 7, 3]]
        ]
    ]
]);
// ... 

Further Information

Please, check the HighCharts site documentation for further information about its configuration options., (*9)

Using code fixer

We have added a PHP code fixer to standardize our code. It includes Symfony, PSR2 and some contributors rules., (*10)

./vendor/bin/php-cs-fixer fix ./src --config .php_cs

Contributing

Please see CONTRIBUTING for details., (*11)

Credits

License

The BSD License (BSD). Please see License File for more information., (*12)

2amigOS!
Custom Software | Web & Mobile Software Development
www.2amigos.us, (*13)

The Versions

05/07 2017

dev-master

9999999-dev http://yiiwheels.com/extension/highcharts-widget

Highcharts JS widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

extension yii2 2amigos yii yii 2 widget chart highcharts

05/07 2017

1.0.3

1.0.3.0 http://yiiwheels.com/extension/highcharts-widget

Highcharts JS widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

extension yii2 2amigos yii yii 2 widget chart highcharts

05/07 2017

1.0.2

1.0.2.0 http://yiiwheels.com/extension/highcharts-widget

Highcharts JS widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

extension yii2 2amigos yii yii 2 widget chart highcharts

16/03 2015

1.0.1

1.0.1.0 http://yiiwheels.com/extension/highcharts-widget

Highcharts JS widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

extension yii2 2amigos yii yii 2 widget chart highcharts

16/03 2015

1.0.0

1.0.0.0

Highcharts JS widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

extension yii widget chart highcharts

08/04 2014

0.1.0

0.1.0.0

Highcharts JS widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii widget chart highcharts