[IMP]Set tooltip options for sparkline.

bzr revid: bth@tinyerp.com-20131204133427-soik5m01v6p59al1
This commit is contained in:
bth-openerp 2013-12-04 19:04:27 +05:30
parent ec46051491
commit 63cd96ac8e
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({'delayIn': 0, 'html': true, 'title': function(){return title}, 'gravity': 'n'});
self.$el.tooltip({'html': true, 'title': function(){return title}, 'placement': 'bottom'});
}, 0);
},
});