If data label is not set, do not show tooltips
This commit is contained in:
parent
effa795c79
commit
6bfcef485c
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user