mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Remove obsolete TODO
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
38e21abe7f
commit
f195046b4d
|
@ -153,7 +153,6 @@ const tooltipPlugin = (useLocalTime: boolean, data: AlignedData) => {
|
|||
const x = left + boundingLeft;
|
||||
const y = top + boundingTop;
|
||||
|
||||
// TODO: Use local time in formatTimestamp!
|
||||
overlay.innerHTML = `
|
||||
<div class="date">${formatTimestamp(ts, useLocalTime)}</div>
|
||||
<div class="series-value">
|
||||
|
|
Loading…
Reference in a new issue