mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: Disable cursor sync (#81698)
This commit is contained in:
parent
572c182a81
commit
d7ded807a2
@ -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));
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user