diff --git a/docs/graficos/parcelas.js b/docs/graficos/parcelas.js index a3b9061..9f43d02 100644 --- a/docs/graficos/parcelas.js +++ b/docs/graficos/parcelas.js @@ -75,14 +75,14 @@ function draw() { // Titulo fill(255,200); stroke(255); - rect(605, 385, 170, 120); + rect(605, 375, 170, 120); fill(0); textStyle(BOLD); textSize(12); - text("TAMAÑO MEDIO DE EXPLOTACIÓN ENTREGADA A COLONO", 620, 400, 150, 80); + text("TAMAÑO MEDIO DE EXPLOTACIÓN ENTREGADA A COLONO", 620, 390, 150, 80); textStyle(NORMAL); textSize(12); - text("Datos reales frente a datos según Plan de Colonización", 620, 450, 150, 80); + text("Datos reales frente a datos según Plan de Colonización", 620, 440, 150, 80); }