-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Labels
bugSomething isn’t workingSomething isn’t working
Description
If the data is a Map (for example obtained with d3.rollup), faceting doesn't work. Documentation or bug?
data = d3.rollup(…)
Plot.plot({
facet: {
data,
x: "0"
},
marks: [Plot.barY(data, { x:"0", y: "1" })]
})https://observablehq.com/d/a3de0aa6815cab5c
Line 41 in 9eeafaa
| const markFacets = mark.data === this.data ? facetsIndex : undefined; |
Metadata
Metadata
Assignees
Labels
bugSomething isn’t workingSomething isn’t working