Hi Riccardo, Thanks for your help, I am so tempted to use Google interactive charts, and have google image charts as the fallback when javascript is disabled. However I need it to be super accessible because it's going to be on a government website:
ARIA support now included Though this approach to creating charts and graphs is inherently accessible — the table data remains in the page markup for screen readers and browsers that don't support JavaScript — we realized that the canvas element needed ARIA attributes to better identify it as a visualization. In the latest update to Visualize, we edited the plugin to automatically assign two ARIA attributes to the chart container to more clearly identify its purpose to screen readers: - *role="image"* – tells screen readers that the chart is purely visual, and can therefore be skipped - *aria-label="Chart representing data from: [table caption value]"* – specifically identifies the chart's content as belonging to the associated table -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/6S_-XNDPWMsJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
