diff --git a/docs/graficos/parcelas.js b/docs/graficos/parcelas.js index 9583c33..a53ae0d 100644 --- a/docs/graficos/parcelas.js +++ b/docs/graficos/parcelas.js @@ -69,6 +69,15 @@ function draw() { else text("(Sin datos)", x[n], y[n]+5); } } + + // Titulo + fill(0); + textStyle(BOLD); + textSize(14); + text("TAMAÑO MEDIO DE EXPLOTACIÓN ENTREGADA A COLONO", 600, 350, 150, 80); + textStyle(NORMAL); + textSize(14); + text("Datos reales frente a datos según Plan de Colonización", 600, 430, 150, 80); }