PHPackages                             conquer/highcharts - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. conquer/highcharts

ActiveYii2-extension

conquer/highcharts
==================

Yii2 highcharts

1.0(10y ago)0376MITPHPPHP &gt;=5.4.0

Since Aug 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/borodulin/yii2-highcharts)[ Packagist](https://packagist.org/packages/conquer/highcharts)[ Docs](https://github.com/borodulin/yii2-highcharts)[ RSS](/packages/conquer-highcharts/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Yii2 Highcharts
===============

[](#yii2-highcharts)

Description
-----------

[](#description)

Highcharts is a charting library written in pure JavaScript, offering an easy way of adding interactive charts to your web site or web application. Highcharts currently supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types. For more information please visit [Highcharts](http://www.highcharts.com/)

Installation
============

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

To install, either run

```
$ php composer.phar require conquer/highcharts "*"

```

or add

```
"conquer/highcharts": "*"

```

to the `require` section of your `composer.json` file.

Usage
=====

[](#usage)

Basic usage:

```
// Form edit view

...
