object Accessibility
- Alphabetic
- By Inheritance
- Accessibility
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(describeSingleSeries: UndefOr[Boolean] = js.undefined, enabled: UndefOr[Boolean] = js.undefined, keyboardNavigation: UndefOr[CleanJsObject[AccessibilityKeyboardNavigation]] = js.undefined, onTableAnchorClick: UndefOr[Function] = js.undefined, pointDateFormat: UndefOr[String] = js.undefined, pointDateFormatter: UndefOr[Function] = js.undefined, pointDescriptionFormatter: UndefOr[Function] = js.undefined, pointDescriptionThreshold: UndefOr[|[Double, Boolean]] = js.undefined, screenReaderSectionFormatter: UndefOr[Function] = js.undefined, seriesDescriptionFormatter: UndefOr[Function] = js.undefined): Accessibility
- describeSingleSeries
Whether or not to add series descriptions to charts with a single series.
- enabled
Enable accessibility features for the chart.
- keyboardNavigation
Options for keyboard navigation.
- onTableAnchorClick
Function to run upon clicking the "View as Data Table" link in the screen reader region.. . By default Highcharts will insert and set focus to a data table representation of the chart.
- pointDateFormat
Date format to use for points on datetime axes when describing them to screen reader users.. Defaults to the same format as in tooltip.. For an overview of the replacement codes, see dateFormat.
- pointDateFormatter
Formatter function to determine the date/time format used with points on datetime axes when describing them to screen reader users. Receives one argument,
point
, referring to the point to describe. Should return a date format string compatible with dateFormat.- pointDescriptionFormatter
Formatter function to use instead of the default for point descriptions. Receives one argument,
point
, referring to the point to describe. Should return a String with the description of the point for a screen reader user.- pointDescriptionThreshold
When a series contains more points than this, we no longer expose information about individual points to screen readers.. Set to
false
to disable.- screenReaderSectionFormatter
A formatter function to create the HTML contents of the hidden screen reader information region. Receives one argument,
chart
, referring to the chart object. Should return a String with the HTML content of the region.. The link to view the chart as a data table will be added automatically after the custom HTML content.- seriesDescriptionFormatter
Formatter function to use instead of the default for series descriptions. Receives one argument,
series
, referring to the series to describe. Should return a String with the description of the series for a screen reader user.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )