From bc3b35f5c3f541ee3a819ef72141d5b55c6077b9 Mon Sep 17 00:00:00 2001 From: abe- Date: Sat, 17 Jun 2017 15:15:56 +0200 Subject: [PATCH] parcelas error touppercase --- docs/graficos/parcelas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graficos/parcelas.js b/docs/graficos/parcelas.js index 3f62da9..5d2e1b3 100644 --- a/docs/graficos/parcelas.js +++ b/docs/graficos/parcelas.js @@ -58,7 +58,7 @@ function draw() { var nbr = String.prototype.toUpperCase(nombres[n]); if (dimr[n] != -1 || !compara(mc,color(colores[n]))) fill(0); else fill(0); - textStyle(BOLD); + //textStyle(BOLD); text(nbr, x[n], y[n]-10); textStyle(NORMAL); if (compara(mc,color(colores[n]))) {