/ Chart / Accessibility
Search results

Accessibility API in Vue Chart API component

The Accessibility class configures accessibility options for chart controls.

Properties

accessibilityDescription

string

Specifies the accessibility description of the chart element. This description is typically read by screen readers to give context to users.

Defaults to null

accessibilityRole

string

Defines the accessibility role of the UI element, which helps screen readers understand the purpose of the element.

Defaults to null

focusable

boolean

Determines whether the chart elements can receive focus.

Defaults to true

tabIndex

number

Specifies the tab index for the chart elements.

Defaults to 0