2017 © Pedro Peláez
 

library highcharts

HighCharts bindings

image

phperf/highcharts

HighCharts bindings

  • Tuesday, December 5, 2017
  • by vearutop
  • Repository
  • 0 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

phperf/highcharts

HighCharts bindings, (*1)

Build Status Scrutinizer Code Quality Code Climate, (*2)

Installation

composer require phperf/highcharts

Usage

$hc = new HighCharts();
$hc->addOption('legend', 'enabled', false);
$hc->setTitle($name);
$hc->addOption('plotOptions', 'series', 'point', 'mouseOver', <<<JS
function(){console.log(this.x, this.y)}
JS

$hc->addRow(1, 1);
$hc->addRow(2, 2);
$hc->addRow(3, 3);

$hc->render();

The Versions

05/12 2017

dev-master

9999999-dev

HighCharts bindings

  Sources   Download

MIT

The Requires

 

The Development Requires

23/11 2017

v0.0.1

0.0.1.0

HighCharts bindings

  Sources   Download

MIT

The Requires

 

The Development Requires