mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Remove obsolete TODO
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
38e21abe7f
commit
f195046b4d
1 changed files with 0 additions and 1 deletions
|
|
@ -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