Merge pull request #100 from bradmbaker/patch-1

Update tooltips with new classes
This commit is contained in:
Maxime Beauchemin 2016-01-06 16:50:57 -08:00
commit eafd438323
1 changed files with 3 additions and 3 deletions

View File

@ -323,9 +323,9 @@ var px = (function() {
});
// this sets the z-index for left side boxes higher
$('li.slice').each(function() {
current_row = $(this).attr('data-col');
$( this ).css('z-index', 100 - current_row);
$('li.widget').each(function() {
current_col = $(this).attr('data-col');
$( this ).css('z-index', 100 - current_col);
});
// this makes the whole chart fit within the dashboard div