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 f481cd8 commit 7b2965dCopy full SHA for 7b2965d
src/wrappers/components/data-vis/line-chart/LinesWrapper.svelte
@@ -532,12 +532,12 @@
532
});
533
534
let basicLineParams = $derived({
535
- lineFunction: getValue(lineFunction),
536
- xFunction: getValue(xFunction),
537
- yFunction: getValue(yFunction),
538
- onClick: getValue(onClick),
539
- onMouseEnter: getValue(onMouseEnter),
540
- onMouseLeave: getValue(onMouseLeave),
+ lineFunction,
+ xFunction,
+ yFunction,
+ onClick,
+ onMouseEnter,
+ onMouseLeave,
541
invisibleStrokeWidth: 20,
542
543
0 commit comments