mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 12:44:10 -06:00
Timeseries: Remove cursor sync when x is not time (#78496)
This commit is contained in:
parent
4203a83538
commit
5b851d7410
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user