mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix x-value being formatted as time when not necessary (#65095)
This commit is contained in:
parent
d2b19c167b
commit
24ecc7d0dc
@ -102,7 +102,7 @@ export const TooltipView = ({
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>{xField.name}</th>
|
||||
<td>{fmt(frame.fields[0], xField.values.get(rowIndex))}</td>
|
||||
<td>{fmt(xField, xField.values.get(rowIndex))}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{yValue.name}:</th>
|
||||
|
Loading…
Reference in New Issue
Block a user