A simulated report page with two visuals bound to the same fields: a native line chart for sighted readers, and a small MAIDR custom visual beside it that draws nothing but a keyboard entry point. Tab to the MAIDR visual, then use the arrow keys: Left and Right move along a line, Up and Down switch between the two lines.
onNavigate would call
selectionManager.select(), and Power BI would cross-highlight
the native chart. This page fakes that step by highlighting the "native"
chart's point directly, which a real visual cannot do. Build the bundles
first with npm run build.
Native line chart (not MAIDR)
MAIDR custom visual (companion mode)