dev-master
9999999-devHighCharts bindings
MIT
The Requires
The Development Requires
v0.0.1
0.0.1.0HighCharts bindings
MIT
The Requires
The Development Requires
Wallogit.com
2017 © Pedro Peláez
HighCharts bindings
HighCharts bindings, (*1)
composer require phperf/highcharts
$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();
HighCharts bindings
MIT
HighCharts bindings
MIT