-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Mostly a note, but added d3-update as a branch. got it building, but data filtering is not working. Clicks are stickier, and can't put down the grid if you do a filter event.
notable example:
TypeError: selected.data()[0] is undefined
.k15NU</BarChart/drawBar/<
/__parcel_source_root/source/components/VisualTools/Chart/BarChart.js:98:31
95 | .on('click', (currentData) => {
96 | const selected = enterBars.filter((d) => d === currentData);
97 | console.log(selected)
> 98 | const value = selected.data()[0].key;
| ^ 99 | const filter = props?.fields?.isList ? {
100 | id: props.id,
101 | title: props.title,
```
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working