Explore: Disable cursor sync (#81698)

This commit is contained in:
Piotr Jamróz 2024-02-01 15:09:48 +01:00 committed by GitHub
parent 572c182a81
commit d7ded807a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -168,7 +168,8 @@ export function ExploreGraph({
const panelContext: PanelContext = {
eventsScope: 'explore',
eventBus,
sync: () => DashboardCursorSync.Crosshair,
// TODO: Re-enable DashboardCursorSync.Crosshair when #81505 is fixed
sync: () => DashboardCursorSync.Off,
onToggleSeriesVisibility(label: string, mode: SeriesVisibilityChangeMode) {
setFieldConfig(seriesVisibilityConfigFactory(label, mode, fieldConfig, data));
},