Class/Object

com.highstock.config

Lang

Related Docs: object Lang | package config

Permalink

class Lang extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: lang

Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Lang
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Lang()

    Permalink

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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val contextButtonTitle: UndefOr[String]

    Permalink

    Exporting module menu.

    Exporting module menu. The tooltip title for the context menu holding print and export menu items.

    Since

    1.3

  7. val decimalPoint: UndefOr[String]

    Permalink

    The default decimal point used in the Highcharts.numberFormat method unless otherwise specified in the function arguments.

    The default decimal point used in the Highcharts.numberFormat method unless otherwise specified in the function arguments.

  8. val downloadJPEG: UndefOr[String]

    Permalink

    Exporting module only.

    Exporting module only. The text for the JPEG download menu item.

  9. val downloadPDF: UndefOr[String]

    Permalink

    Exporting module only.

    Exporting module only. The text for the PDF download menu item.

  10. val downloadPNG: UndefOr[String]

    Permalink

    Exporting module only.

    Exporting module only. The text for the PNG download menu item.

  11. val downloadSVG: UndefOr[String]

    Permalink

    Exporting module only.

    Exporting module only. The text for the SVG download menu item.

  12. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. val invalidDate: UndefOr[String]

    Permalink

    What to show in a date field, specifically in the range selector inputs, for invalid dates.

    What to show in a date field, specifically in the range selector inputs, for invalid dates. Defaults to an empty string.

    Since

    2.1.8

  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  21. val loading: UndefOr[String]

    Permalink

    The loading text that appears when the chart is set into the loading state following a call to chart.showLoading.

    The loading text that appears when the chart is set into the loading state following a call to chart.showLoading.

  22. val months: Any

    Permalink

    An array containing the months names.

    An array containing the months names. Defaults to ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'].

  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. val numericSymbols: UndefOr[Array[String]]

    Permalink

    Metric prefixes used to shorten high numbers in axis labels.

    Metric prefixes used to shorten high numbers in axis labels. Replacing any of the positions with null causes the full number to be written. Setting numericSymbols to null disables shortening altogether.

    Since

    1.2.0

  27. val printChart: UndefOr[String]

    Permalink

    Exporting module only.

    Exporting module only. The text for the menu item to print the chart.

    Since

    1.3.1

  28. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  29. val rangeSelectorFrom: UndefOr[String]

    Permalink

    The text for the label for the "from" input box in the range selector.

  30. val rangeSelectorTo: UndefOr[String]

    Permalink

    The text for the label for the "to" input box in the range selector.

  31. val rangeSelectorZoom: UndefOr[String]

    Permalink

    The text for the label for the range selector buttons.

  32. val resetZoom: UndefOr[String]

    Permalink

    The text for the label appearing when a chart is zoomed.

  33. val resetZoomTitle: UndefOr[String]

    Permalink

    The tooltip title for the label appearing when a chart is zoomed.

  34. val shortMonths: UndefOr[Array[String]]

    Permalink

    An array containing the months names in abbreviated form.

    An array containing the months names in abbreviated form. Corresponds to the %b format in Highcharts.dateFormat().

  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. val thousandsSep: UndefOr[String]

    Permalink

    The default thousands separator used in the Highcharts.numberFormat method unless otherwise specified in the function arguments.

    The default thousands separator used in the Highcharts.numberFormat method unless otherwise specified in the function arguments. Since Highcharts 4.1 it defaults to a single space character, which is compatible with ISO and works across Anglo-American and continental European languages.

  37. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  40. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. val weekdays: Any

    Permalink

    An array containing the weekday names.

    An array containing the weekday names. Defaults to ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'].

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped