We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a1964 commit d8aa14dCopy full SHA for d8aa14d
src/lib/components/data-vis/line-chart/ValueLabel.svelte
@@ -21,6 +21,7 @@
21
transform="translate({xFunction(activeMarkerId[x])},{yFunction(
22
activeMarkerId[y],
23
)})"
24
+ pointer-events="none"
25
>
26
{#if textDimensions}
27
<rect
0 commit comments