[IMP]On canvas added tooltip.

bzr revid: bth@tinyerp.com-20131205072331-95yoyhvakb8hf453
This commit is contained in:
bth-openerp 2013-12-05 12:53:31 +05:30
parent ff5cc4d5d3
commit 4543fe40a0
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ instance.web_kanban.SparklineBarWidget = instance.web_kanban.AbstractField.exten
}
}, self.options);
self.$el.sparkline(value, sparkline_options);
self.$el.tooltip({'html': true, 'title': function(){return title}, 'placement': 'bottom', 'container': 'body'});
self.$el.children().tooltip({'html': true, 'title': function(){return title}, 'container': 'body', 'placement': 'bottom'});
}, 0);
},
});