ordago
ordago
@jonnywilliamson the ide helper checks that the macros are for classes that have the `Illuminate\Support\Traits\Macroable` trait. https://github.com/barryvdh/laravel-ide-helper/blob/3ba1e2573b38f72107b8aacc4ee177fcab30a550/src/Generator.php#L298-L303
```javascript ['Series 1', 'Series 2', 'Series 3',] .forEach(s => { chart.hideSeries(s); }); ``` https://apexcharts.com/docs/methods/#hideSeries
Sorry, I don't know how I missed that. 😅 There were previous issues about this before: #3062 #1787 So maybe your best chance is to PR it.
@brianlagunas I remember seeing in the docs somewhere. Using an array for series whose name were too long would place the second item on the array in a new line.
hey @brianlagunas, maybe I mixed series names with categories https://apexcharts.com/docs/multiline-text-and-line-breaks-in-axes-labels/
@ManojKiranA , @leocharrua These might help https://github.com/protonemedia/inertiajs-tables-laravel-query-builder https://www.youtube.com/watch?v=8vBw_QmKf3c
Hi @joshhanley The master branch gave me errors when I run it on my machine. From the type of errors I saw they seemed like the kind of errors that...
@Arturexe, this will not converted to an array in Javascript. That's an object. ``` local.INFO: { "5":{"id":7,"date":"2022-07-30"}, "0":{"id":1,"date":"2022-07-22"}, "1":{"id":2,"date":"2022-07-22"}, "2":{"id":3,"date":"2022-07-22"}, "3":{"id":5,"date":"2022-07-22"}, "4":{"id":6,"date":"2022-07-05"} } ``` The indices are converted to properties...
I haven't had such problems using nested values with forms. This looks like an array, not an object. Which are the object keys? ```javascript const props = defineProps({ news: Object...
@ThaDaVos I'm using teleport for the modals and slide overs without problems. vue 3.2.37 @inertiajs/inertia 0.11.0