Commit 7bb12241988e6f7a05b3573f0497b7476e293e09

Authored by Edmar Moretti
1 parent d7d6e2e1

--no commit message

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
ferramentas/graficointerativo1/index.js
... ... @@ -1681,7 +1681,7 @@ i3GEOF.graficointerativo1 =
1681 1681 dados.metadata.push({
1682 1682 "colIndex" : nmeta,
1683 1683 "colType" : metaNovos[j].colType,
1684   - "colName" : metaNovos[j].colName
  1684 + "colName" : metaNovos[j].colName + " (" + c[i] + ")"
1685 1685 });
1686 1686 }
1687 1687 }
... ...