class Accessibility extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
- Note
JavaScript name:
accessibility
- Alphabetic
- By Inheritance
- Accessibility
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Accessibility()
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
describeSingleSeries: UndefOr[Boolean]
Whether or not to add series descriptions to charts with a single series.
Whether or not to add series descriptions to charts with a single series.
- Since
5.0.0
-
val
enabled: UndefOr[Boolean]
Enable accessibility features for the chart.
Enable accessibility features for the chart.
- Since
5.0.0
-
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
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
keyboardNavigation: UndefOr[CleanJsObject[AccessibilityKeyboardNavigation]]
Options for keyboard navigation.
Options for keyboard navigation.
- Since
5.0.0
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
onTableAnchorClick: UndefOr[Function]
Function to run upon clicking the "View as Data Table" link in the screen reader region.
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.
- Since
5.0.0
-
val
pointDateFormat: UndefOr[String]
Date format to use for points on datetime axes when describing them to screen reader users.
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.
- Since
5.0.0
-
val
pointDateFormatter: UndefOr[Function]
Formatter function to determine the date/time format used with points on datetime axes when describing them to screen reader users.
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.- Since
5.0.0
-
val
pointDescriptionFormatter: UndefOr[Function]
Formatter function to use instead of the default for point descriptions.
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.- Since
5.0.0
Example: -
val
pointDescriptionThreshold: UndefOr[|[Double, Boolean]]
When a series contains more points than this, we no longer expose information about individual points to screen readers.
When a series contains more points than this, we no longer expose information about individual points to screen readers.
Set to
false
to disable.- Since
5.0.0
Example: -
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
screenReaderSectionFormatter: UndefOr[Function]
A formatter function to create the HTML contents of the hidden screen reader information region.
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.
- Since
5.0.0
-
val
seriesDescriptionFormatter: UndefOr[Function]
Formatter function to use instead of the default for series descriptions.
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.- Since
5.0.0
Example: -
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
valueOf(): Any
- Definition Classes
- Object
-
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( ... )