Chimit
Chimit
It doesn't work for me. @Tschucki are you sure [constructor should return `$this`](https://github.com/ArielMejiaDev/larapex-charts/pull/54/files#diff-8d072b55ca52128799ee57e976243325e0d9593f0932ec2615cc2fc5ff5f67cfR65)? I guess it should be [in the setter](https://github.com/ArielMejiaDev/larapex-charts/pull/91). upd: I believe a theme field should also be...
Hm... I didn't change the UUID and not sure how it can change by itself. The interesting thing is that there is no any error. You just download a 0...
> the parameter fields is as an interface to build the URL Absolutely agree with @jtleathers. It's very hard to keep track of currently active GET parameters. The only way...
Apparently, the problem is in the Notifications concept in Laravel itself. When you send a notification you send it to one recipient (e.g. `Device`), but this recipient may be a...
The same with PieChart.
@ArielMejiaDev can you, please, have a look? Pie and Donut charts are completely useless without working labels.
Yes, exactly like this: ```php app(LarapexChart::class)->donutChart() ->addData([1, 2]) ->setLabels(['asd', 'dsa']); ```
No, nothing helps. ```php public function build(): \ArielMejiaDev\LarapexCharts\DonutChart { return (new LarapexChart)->donutChart() ->setTitle('Valuations Outcome') ->addData([1, 2, 3, 4]) ->setLabels(['Label 1', 'Label 2', 'Label 3', 'Label 4']); } ``` Are you...
I'm using Livewire: ```php // app/Livewire/MyComponent.php
@crynobone @mpociot any chances to get this merged?