Improvement tooltips
This commit is contained in:
@@ -511,11 +511,11 @@ var loadIndicator = function (indicatorId, initDate, endDate) {
|
|||||||
}
|
}
|
||||||
hideScrollIfAllDivsAreVisible();
|
hideScrollIfAllDivsAreVisible();
|
||||||
hideTitleAndSortDiv();
|
hideTitleAndSortDiv();
|
||||||
|
$('[data-toggle="tooltip"]').tooltip({
|
||||||
|
animated: 'fade',
|
||||||
|
placement: 'bottom'
|
||||||
|
});
|
||||||
});
|
});
|
||||||
$('[data-toggle="tooltip"]').tooltip({
|
|
||||||
animated: 'fade',
|
|
||||||
placement: 'bottom'
|
|
||||||
});
|
|
||||||
};
|
};
|
||||||
|
|
||||||
var setIndicatorActiveMarker = function () {
|
var setIndicatorActiveMarker = function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user