A dot plot is a bar chart drawn with a different mark: one category, one
value, navigated the same way. The extraction is therefore identical to
bindD3Bar — point selector at the <circle> marks so MAIDR
highlights the dots themselves — and only the announced chart type differs.
Dot plots are usually drawn with the categories down the page. Pass
orientation: Orientation.HORIZONTAL (with x reading the value and y
the category) so the axes are announced the way the chart was drawn.
Parameters
svg: Element
The SVG element (or container) containing the D3 dot plot.
Binds a D3.js Cleveland dot plot to MAIDR.
A dot plot is a bar chart drawn with a different mark: one category, one value, navigated the same way. The extraction is therefore identical to bindD3Bar — point
selectorat the<circle>marks so MAIDR highlights the dots themselves — and only the announced chart type differs.Dot plots are usually drawn with the categories down the page. Pass
orientation: Orientation.HORIZONTAL(withxreading the value andythe category) so the axes are announced the way the chart was drawn.