Provides utilities to convert Google Charts data and SVG structure
into MAIDR's accessible format for audio sonification, text descriptions,
braille output, and keyboard navigation.
Remarks
Google Charts loads asynchronously via google.charts.load(). The adapter
must be called after the chart has finished rendering — typically inside
a google.visualization.events.addListener(chart, 'ready', …) callback.
Google Charts adapter for MAIDR.
Provides utilities to convert Google Charts data and SVG structure into MAIDR's accessible format for audio sonification, text descriptions, braille output, and keyboard navigation.
Remarks
Google Charts loads asynchronously via
google.charts.load(). The adapter must be called after the chart has finished rendering — typically inside agoogle.visualization.events.addListener(chart, 'ready', …)callback.Example