Skip to content
Snippets Groups Projects
Commit 2cd7b302 authored by Matheus Agio Nerone's avatar Matheus Agio Nerone
Browse files

fix graphics

parent d1cab23a
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ class Management::EstatisticasController < ManagementController
}
g.replace_colors(['green','yellow','black'])
g.marker_count = 1
g.write("/home/alexandre/projetos/portalmec/app/assets/images/geral_user.png")
g = Gruff::Line.new
g.title = "Downloads"
......@@ -39,7 +38,6 @@ class Management::EstatisticasController < ManagementController
}
g.replace_colors(['green','yellow','black'])
g.marker_count = 1
g.write("/home/alexandre/projetos/portalmec/app/assets/images/geral_download.png")
g = Gruff::Line.new
g.title = "Colecoes"
......@@ -59,7 +57,6 @@ class Management::EstatisticasController < ManagementController
}
g.replace_colors(['green','yellow','black'])
g.marker_count = 1
g.write("/home/alexandre/projetos/portalmec/app/assets/images/geral_colecoes.png")
g = Gruff::Line.new
g.title = "Acessos"
......@@ -79,7 +76,6 @@ class Management::EstatisticasController < ManagementController
}
g.replace_colors(['green','yellow','black'])
g.marker_count = 1
g.write("/home/alexandre/projetos/portalmec/app/assets/images/geral_acessos.png")
end
def usuarios
......@@ -103,7 +99,6 @@ class Management::EstatisticasController < ManagementController
}
g.replace_colors(['green','yellow','black','purple', 'blue'])
g.marker_count = 1
g.write("/home/alexandre/projetos/portalmec/app/assets/images/usuarios.png")
end
def downloads
......@@ -139,7 +134,6 @@ class Management::EstatisticasController < ManagementController
}
g.replace_colors(['green','yellow','black','purple', 'blue', 'brown', 'red'])
g.marker_count = 1
g.write("/home/alexandre/projetos/portalmec/app/assets/images/colecoes.png")
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment