Turns the DataView a Power BI custom visual receives into a MAIDR figure,
and mounts MAIDR's accessible layer — audio sonification, text descriptions,
braille output and keyboard navigation — inside the visual.
bindPowerBI is what a custom visual calls: bind once in the
constructor, update() with each data view, dispose() on destroy.
convertPowerBIDataView is the pure conversion underneath it, for a
visual that mounts MAIDR itself.
The adapter has no dependency on powerbi-visuals-api: the data view is
read structurally, so any SDK version's DataView is accepted as it is.
Power BI adapter for MAIDR.
Turns the
DataViewa Power BI custom visual receives into a MAIDR figure, and mounts MAIDR's accessible layer — audio sonification, text descriptions, braille output and keyboard navigation — inside the visual.update()with each data view,dispose()on destroy.The adapter has no dependency on
powerbi-visuals-api: the data view is read structurally, so any SDK version'sDataViewis accepted as it is.