Sean Schoonover
Sean Schoonover
Found this issue when trying to figure out why my extruder ejected all of my filament while printing in vase mode. As soon as the print finished the bottom solid...
I'm curious about this as well, I have daily data that isn't updated on the weekends so my charts looks similar to yours.
I realized that Trend::model returns a Laravel collection and can be filtered, so I used a filter like this: ``` $data = $data->filter(function ($item) { return $item->aggregate > 0; })->values();...
+1