Bill Van Pelt

Results 3 issues of Bill Van Pelt

Hello, Right now on hover, the title says `series-1` for a `ColumnChartModel`. ``` $usersChart = $users->reduce(function (ColumnChartModel $usersChart, $data) use ( $dashboard ) { $month = $data->first()->created_at->format('n'); $value = $data->count();...

I am having an issue with trying to get the FileReader working properly. I have some code that is kinda working, and by that I mean when I log the...

I am using SortableTree in WordPress Gutenberg. Below is my code. Whenever I update the search query it gives me an error. ``` /** * WordPress dependencies */ import {...