impl updated graph tooltips

This commit is contained in:
Nick Krecklow
2020-05-11 20:05:34 -05:00
parent 9d8dce716b
commit 8177c43d15
4 changed files with 65 additions and 40 deletions

View File

@ -20,7 +20,7 @@ export function uPlotTooltipPlugin (onHover) {
onHover({
left: bounds.left + left + window.pageXOffset,
top: bounds.top + top + window.pageYOffset
}, idx, u)
}, idx)
}
}
}