Fix x-value being formatted as time when not necessary (#65095)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user