Packages

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()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val contextButtonTitle: UndefOr[String]

    Exporting module menu.

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

  7. val decimalPoint: UndefOr[String]

    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]

    Exporting module only.

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

  9. val downloadPDF: UndefOr[String]

    Exporting module only.

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

  10. val downloadPNG: UndefOr[String]

    Exporting module only.

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

  11. val downloadSVG: UndefOr[String]

    Exporting module only.

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

  12. val drillUpText: UndefOr[String]

    The text for the button that appears when drilling down, linking back to the parent series.

    The text for the button that appears when drilling down, linking back to the parent series. The parent series' name is inserted for {series.name}.

  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  21. val loading: UndefOr[String]

    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: UndefOr[Array[String]]

    An array containing the months names.

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

  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  26. val numericSymbolMagnitude: UndefOr[Double]

    The magnitude of numericSymbols replacements.

    The magnitude of numericSymbols replacements. Use 10000 for Japanese, Korean and various Chinese locales, which use symbols for 104, 108 and 10^12.

    Since

    5.0.3

  27. val numericSymbols: UndefOr[Array[String]]

    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.

  28. val printChart: UndefOr[String]

    Exporting module only.

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

  29. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  30. val resetZoom: UndefOr[String]

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

  31. val resetZoomTitle: UndefOr[String]

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

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

    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().

  33. val shortWeekdays: UndefOr[Array[String]]

    Short week days, starting Sunday.

    Short week days, starting Sunday. If not specified, Highcharts uses the first three letters of the lang.weekdays option.

    Since

    4.2.4

  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. val thousandsSep: UndefOr[String]

    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.

    The default is a single space.

  36. def toLocaleString(): String
    Definition Classes
    Object
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def valueOf(): Any
    Definition Classes
    Object
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. val weekdays: UndefOr[Array[String]]

    An array containing the weekday names.

  43. val zoomIn: UndefOr[String]

    The title appearing on hovering the zoom in button.

    The title appearing on hovering the zoom in button. The text itself defaults to "+" and can be changed in the button options.

  44. val zoomOut: UndefOr[String]

    The title appearing on hovering the zoom out button.

    The title appearing on hovering the zoom out button. The text itself defaults to "-" and can be changed in the button options.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped