[ [ 'label' => 'Production by Category', 'data' => [25, 40, 20, 15], 'backgroundColor' => [ '#f87171', // Red '#60a5fa', // Blue '#34d399', // Green '#fbbf24', // Yellow ], ], ], 'labels' => ['Line A', 'Line B', 'Line C', 'Line D'], ]; } protected function getType(): string { return 'doughnut'; } public static function canView(): bool { // Only show on HourlyProduction page return request()->routeIs('filament.pages.production-line-stop-count'); } }