TraceGraph: Add Crisp Edges Rendering (#108016)

added crisp edge image rendering for span graphs

Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
This commit is contained in:
Yannick Alexander
2025-08-28 13:46:38 +02:00
committed by GitHub
co-authored by Piotr Jamróz
parent 2e02596350
commit 7b78971455
@@ -32,6 +32,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme2) => {
height: '60px',
position: 'absolute',
width: '100%',
imageRendering: 'crisp-edges',
}),
};
});