If data label is not set, do not show tooltips

This commit is contained in:
Madhura Jayaratne 2011-09-18 20:53:53 +05:30
parent effa795c79
commit 6bfcef485c

View File

@ -553,6 +553,11 @@ $(document).ready(function() {
}
};
// If data label is not set, do not show tooltips
if (dataLabel == '') {
currentSettings.tooltip.enabled = false;
}
$('#resizer').resizable({
resize: function() {
currentChart.setSize(