diff --git a/public/app/core/components/TimeSeries/utils.ts b/public/app/core/components/TimeSeries/utils.ts index 36da06299da..ea063cd2125 100644 --- a/public/app/core/components/TimeSeries/utils.ts +++ b/public/app/core/components/TimeSeries/utils.ts @@ -609,7 +609,7 @@ export const preparePlotConfigBuilder: UPlotConfigPrepFn<{ }, }; - if (sync && sync() !== DashboardCursorSync.Off) { + if (sync && sync() !== DashboardCursorSync.Off && xField.type === FieldType.time) { const payload: DataHoverPayload = { point: { [xScaleKey]: null,