Skip to content
Snippets Groups Projects
Commit 67a20b16 authored by Eduardo L. Buratti's avatar Eduardo L. Buratti
Browse files

web: Add help block to os charts


Signed-off-by: default avatarEduardo L. Buratti <elb09@c3sl.ufpr.br>
parent ac4efbb0
No related branches found
No related tags found
No related merge requests found
......@@ -46,4 +46,12 @@
<div class="row-fluid">
<div class="span12" id="history"></div>
</div>
<div class="row-fluid bar-chart-help">
<div class="span10 offset1 alert alert-info">
<strong>DICA:</strong>
Para uma melhor visualização, clique nos itens da legenda acima para
esconder os respectivos sistemas operacionais do gráfico.
</div>
</div>
}
......@@ -282,6 +282,8 @@ var Charts = {
Charts.histChart.redraw();
Charts.histChart.hideLoading();
$('.bar-chart-help').fadeIn('slow');
},
error: function(err) {
console.log(err);
......
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