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 02688d2 commit c0e1950Copy full SHA for c0e1950
src/lib/components/data-vis/line-chart/SeriesLabel.svelte
@@ -1,8 +1,8 @@
1
<script>
2
let {
3
id,
4
- labelClicked = $bindable(),
5
- labelHovered = $bindable(),
+ labelClicked,
+ labelHovered,
6
chartWidth,
7
lineFunction,
8
dataArray,
0 commit comments