Search results

AccessibilityModel API in Vue Chart API component

Interface for a class Accessibility

Properties

accessibilityDescription

string

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

accessibilityRole

string

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

focusable

boolean

Determines whether the chart elements can receive focus.

tabIndex

number

Specifies the tab index for the chart elements.