Commit b9e2a2d68504ee93f377d5a17d5aeb0e86c75412
1 parent
f9a4c701
Exists in
master
and in
7 other branches
V6 - atualização da biblioteca utilizada na geração dos gráficos na ferramenta de seleção
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ferramentas/selecao/index.js
... | ... | @@ -931,7 +931,7 @@ i3GEOF.selecao = { |
931 | 931 | Abre uma janela flutuante para criar gráficos |
932 | 932 | */ |
933 | 933 | grafico: function(){ |
934 | - i3GEO.analise.dialogo.graficoInterativo(); | |
934 | + i3GEO.analise.dialogo.graficoInterativo1(); | |
935 | 935 | }, |
936 | 936 | /* |
937 | 937 | Function: graficoPerfil | ... | ... |