... it'd be great to have an option to disable accessibility table generation (actually, the whole div with aria-label "A tabular representation of the data in the chart.").
The presence of this invisible table is very heavy when dealing with large number of data points (10k+) and the usability of the feature is debatable - should be left to a client/developer to decide whether it's useful.
As discussed at least twice on the Google Visualization API group, here: https://groups.google.com/g/google-visualization-api/c/WTp83sJwLP0/m/8ZmtAdi1APgJ and here: https://groups.google.com/g/google-visualization-api/c/5NiWdATj__g/m/BWexBVDKBQAJ
... it'd be great to have an option to disable accessibility table generation (actually, the whole
div
witharia-label
"A tabular representation of the data in the chart.").The presence of this invisible table is very heavy when dealing with large number of data points (10k+) and the usability of the feature is debatable - should be left to a client/developer to decide whether it's useful.