StatPanel: Disable selection on Sparkline (#37125)

This commit is contained in:
nikki-kiga
2021-07-22 15:12:31 -07:00
committed by GitHub
parent 1de14ea257
commit a1bbe797df

View File

@@ -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,
});