Actions
Bug #31541
opentooltip in trends charts not showing
Description
Hovering over a trends chart should show a tooltip displaying the value, but this does not work for me.
Checking the console in Firefox shows following javascript errors:
Uncaught TypeError: e.series.data[e.dataIndex] is undefined (charts-22b860e1a035af198d2ac41ebc27ca0c5f1ba6ec990484789938d290761aaed7.js:1:1473)
Uncaught TypeError: $(...).text(...).css(...).appendTo(...).zIndex is not a function (charts-22b860e1a035af198d2ac41ebc27ca0c5f1ba6ec990484789938d290761aaed7.js:1:2679)
This is on Foreman 2.3, but I'm pretty sure I've had this problem at least since updating to v2.
Actions