vega / vega-embed

Publish Vega visualizations as embedded web components with interactive parameters.
BSD 3-Clause "New" or "Revised" License
377 stars 85 forks source link

Automatically set aria:false if the renderer is canvas #1329

Open kanitw opened 2 weeks ago

kanitw commented 2 weeks ago

We should automatically set aria: false if the renderer is canvas since aria descriptions are not used on canvas (they only make sense for SVG), and they can be expensive to compute.

domoritz commented 2 weeks ago

Why should embed do this and not Vega or Vega-Lite? I see that the information is here and not in Vega-Lite but it feels odd.