mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
StatPanel: Disable selection on Sparkline (#37125)
This commit is contained in:
@@ -93,7 +93,7 @@ export class Sparkline extends PureComponent<SparklineProps, State> {
|
||||
const builder = new UPlotConfigBuilder();
|
||||
|
||||
builder.setCursor({
|
||||
show: true,
|
||||
show: false,
|
||||
x: false, // no crosshairs
|
||||
y: false,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user