Object/Class

com.highcharts.config

Accessibility

Related Docs: class Accessibility | package config

Permalink

object Accessibility

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Accessibility
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. 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

    Permalink

    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.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  17. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped