StatPanel: Disable selection on Sparkline (#37125) (#37128)

(cherry picked from commit a1bbe797df)

Co-authored-by: nikki-kiga <42276368+nikki-kiga@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2021-07-23 09:14:51 +02:00
committed by GitHub
co-authored by nikki-kiga
parent fda235a862
commit 909141592d
@@ -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,
});