Closed
Description
Since the README says "All marks support the following optional channels:", I'm assuming that ariaLabel
is supposed to work forrect
marks.
However, IME adding ariaLabel
causes the marks to not render at all. There aren't even <rect>
elements in the source anymore that I can see.
I've added an explicit z
channel as recommended in the README.
ariaDescription
works as expected.
There are no errors in the dev console.
Is this a bug, or am I doing something incorrectly?
To repeat
- Create a
rect
plot and confirm that the marks plot as expected. - Add
ariaLabel
as an option. The marks disappear.
Example: https://observablehq.com/@kentr/rect-mark-observable-plot