HighchartsPHP
HighchartsPHP copied to clipboard
A php wrapper for highcharts and highstock javascript libraries
The `$callback` parameter of `Highchart::render()` is there to support the third parameter of the [`Highcharts.Chart()`](https://api.highcharts.com/class-reference/Highcharts.Chart#Chart) JavaScript method: `callback` ("_Function to run when the chart has loaded and and all external...
Hi, is it possible to have multiple Y axis? Is there available a example? BR
public function offsetGet($offset): mixed { if (!isset($this->_options[$offset])) { $this->_options[$offset] = new HighchartOption(); } return $this->_options[$offset]; }