laravel-highcharts
laravel-highcharts copied to clipboard
Laravel 5 Highcharts Package
just in case to add tooltip method in ChartPresenter file ...vendor\muhamadrezaar\highcharts\src\Classes\Presenters add > public $tooltip; > public function tooltip($tooltip=[]) > { > $this->transform->tooltip=$tooltip; > return $this; > } in JsTransformerPresenter...
 How to create chart like this .
Hi. I have used your package for a utf8 language. For categories, it is not supported to assign utf8 text. I have investigate the package code and finally find out...
I have tried to add tooltip method, but it was got wrong `Call to undefined method RezaAr\Highcharts\Highcharts::tooltip()` thank you
tried add tooltip option but it don't work... need add it.
I'm trying to add the name of the months to the x-axis (in French). I use the following code to do so: `->xaxis([ // Add months of the year 'categories'...
` ->credits([ 'enabled' => 'false' ])` Tried to disable credits but doesn't seem to work.
It is a good package to use, but it does not have much documentation, and I did not find how to use the concepts of "Plot bands and plot lines",...
It's a nice package to use, only the shortcoming i felt is not every thing documented. Please Improve Doc, thanks for nice package
My charts don't seem to render which this code is present ```svg = chart.getSVG();``` Once I remove it, it renders as desired. Can you make it optional default off to...