Slackbot
05/23/2023, 5:24 PMAllison (Observable Team)
05/23/2023, 5:59 PMcolor: {
legend: true,
domain: ["Sub 1", "Sub 2", "Sub 3"],
range: ["blue", "gray", "green"]
}
tan tan
05/23/2023, 6:04 PMMark McClure
05/23/2023, 6:07 PMPlot.barY(dataset, { y: "value", x: "group", fill: "sub" }).plot({
color: { legend: true, scheme: 'Accent' }
})
Color scales are detailed here: https://observablehq.com/plot/features/scales#color-scale-options