Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisioneRevisione precedente
Prossima revisione
Revisione precedente
test_con_apexchart [2025/06/27 19:13] admintest_con_apexchart [2025/06/27 19:33] (versione attuale) – eliminata admin
Linea 1: Linea 1:
-====== Grafico creato con achart, inserimento dati manuale nel codice sottostante ====== 
  
- 
-<achart> 
- 
-{ 
-  "chart": { 
-    "type": "line", 
-    "height": 400, 
-    "toolbar": { 
-      "show": true 
-    } 
-  }, 
-  "title": { 
-    "text": "Control Chart - Processo XYZ", 
-    "align": "center" 
-  }, 
-  "series": [ 
-    { 
-      "name": "Valori misurati", 
-      "data": [23.5, 24.1, 26.2, 31.2, 24.8, 24.3, 25.7, 23.9, 25.2, 24.6], 
-      "color": "#0066CC" 
-    }, 
-    { 
-      "name": "CL (Media)", 
-      "data": [25, 25, 25, 25, 25, 25, 25, 25, 25, 25], 
-      "color": "#00AA00" 
-    }, 
-    { 
-      "name": "UCL", 
-      "data": [30, 30, 30, 30, 30, 30, 30, 30, 30, 30], 
-      "color": "#FF0000" 
-    }, 
-    { 
-      "name": "LCL", 
-      "data": [20, 20, 20, 20, 20, 20, 20, 20, 20, 20], 
-      "color": "#FF0000" 
-    } 
-  ], 
-  "xaxis": { 
-    "categories": [2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030], 
-    "title": { 
-      "text": "Numero Campione" 
-    } 
-  }, 
-  "yaxis": { 
-    "title": { 
-      "text": "Valore Misurato" 
-    } 
-  }, 
-  "stroke": { 
-    "width": [3, 2, 2, 2], 
-    "dashArray": [0, 5, 3, 3] 
-  }, 
-  "markers": { 
-    "size": [6, 0, 0, 0] 
-  } 
-} 
-</achart> 
test_con_apexchart.1751044408.txt.gz · Ultima modifica: da admin