====== 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": "🚨 Limiti", "data": [30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "color": "#FF4444" }, { "name": "🚨 Limiti", "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": 4, "y": 31.2, "marker": { "size": 10, "fillColor": "#FF0000" }, "label": { "text": "FUORI CONTROLLO!", "style": { "color": "#fff", "background": "#FF0000" } } } ] } } ===== πŸ“‹ Dati Dettagliati ===== ^ # ^ Data ^ Valore ^ Status ^ | 1 | 2025-06-23 | 23.5 | βœ… OK | | 2 | 2025-06-24 | 24.1 | βœ… OK | | 3 | 2025-06-25 | 26.2 | βœ… OK | | 4 | 2025-06-26 | 31.2 | ❌ **FUORI** | | 5 | 2025-06-27 | 24.8 | βœ… OK | | 6 | 2025-06-30 | 24.3 | βœ… OK | | 7 | 2025-07-01 | 25.7 | βœ… OK | | 8 | 2025-07-02 | 23.9 | βœ… OK | | 9 | 2025-07-03 | 25.2 | βœ… OK | | 10 | 2025-07-04 | 24.6 | βœ… OK | ===== 🎯 KPI e Azioni ===== **Performance:** * **Punti in controllo:** 9/10 (90%) * **Capability:** Processo capace * **Trend:** Stabile **Azioni Immediate:** - [x] 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.