====== Control Chart Dashboard ====== ===== πŸ“Š Parametri di Controllo ===== ^ Parametro ^ Valore ^ Calcolo ^ | Media (CL) | 25.0 | ΞΌ | | Limite Superiore (UCL) | 30.0 | ΞΌ + 3Οƒ | | Limite Inferiore (LCL) | 20.0 | ΞΌ - 3Οƒ | | Deviazione Standard | 1.67 | Οƒ | | Capability Index | 1.0 | Cp | ===== πŸ“ˆ Grafico di Controllo ===== { "chart": { "type": "line", "height": 400, "background": "#fafafa" }, "title": { "text": "Monitoraggio Processo - Ultimo Periodo" }, "series": [ { "name": "πŸ’‘ Valori", "data": [23.5, 24.1, 26.2, 31.2, 24.8, 24.3, 25.7, 23.9, 25.2, 24.6], "color": "#0066CC" }, { "name": "🎯 Target (CL)", "data": [25, 25, 25, 25, 25, 25, 25, 25, 25, 25], "color": "#00AA00" }, { "name": "🚨 Limite Superiore", "data": [30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "color": "#FF4444" }, { "name": "🚨 Limite Inferiore", "data": [20, 20, 20, 20, 20, 20, 20, 20, 20, 20], "color": "#FF4444" } ], "xaxis": { "categories": ["Lun", "Mar", "Mer", "Gio", "Ven", "Lun", "Mar", "Mer", "Gio", "Ven"], "title": { "text": "Giorno della Settimana" } }, "yaxis": { "title": { "text": "Valore QualitΓ " } }, "stroke": { "width": [4, 2, 2, 2], "dashArray": [0, 5, 3, 3] }, "markers": { "size": [8, 0, 0, 0] }, "annotations": { "points": [ { "x": 3, "y": 31.2, "marker": { "size": 12, "fillColor": "#FF0000", "strokeColor": "#FFFFFF", "strokeWidth": 2 }, "label": { "text": "FUORI CONTROLLO!", "style": { "color": "#fff", "background": "#FF0000", "fontSize": "12px" } } } ] } } ===== πŸ“‹ Dati Dettagliati ===== ^ # ^ Data ^ Valore ^ Status ^ Operatore ^ Note ^ | 1 | 2025-06-23 | 30 | βœ… OK | Mario | - | | 2 | 2025-06-24 | 30 | βœ… OK | Luigi | - | | 3 | 2025-06-25 | 30 | βœ… OK | Anna | - | | 4 | 2025-06-26 | 31.2 | ❌ FUORI | Marco | ALLARME | | 5 | 2025-06-27 | 24.8 | βœ… OK | Sara | Rientrato | | 6 | 2025-06-30 | 24.3 | βœ… OK | Mario | - | | 7 | 2025-07-01 | 25.7 | βœ… OK | Luigi | - | | 8 | 2025-07-02 | 23.9 | βœ… OK | Anna | - | | 9 | 2025-07-03 | 25.2 | βœ… OK | Marco | - | | 10 | 2025-07-04 | 24.6 | βœ… OK | Sara | - | ===== 🎯 KPI e Azioni ===== Performance: Punti in controllo: 9/10 (90%) Capability: Processo capace Trend: Stabile Azioni Immediate: Alert inviato al supervisore Calibrazione strumento #4 Training operatore Marco Revisione procedura ===== πŸ“ Note Processo ===== **Buone Pratiche:** * Controllare calibrazione ogni lunedΓ¬ * Rotazione operatori per evitare bias * Documentare sempre le anomalie **Attenzione:** Il campione #4 richiede investigazione immediata. Non procedere senza azioni correttive.