Object/Class

com.highcharts.config

Lang

Related Docs: class Lang | package config

Permalink

object Lang

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Lang
  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(contextButtonTitle: UndefOr[String] = js.undefined, decimalPoint: UndefOr[String] = js.undefined, downloadJPEG: UndefOr[String] = js.undefined, downloadPDF: UndefOr[String] = js.undefined, downloadPNG: UndefOr[String] = js.undefined, downloadSVG: UndefOr[String] = js.undefined, drillUpText: UndefOr[String] = js.undefined, invalidDate: UndefOr[String] = js.undefined, loading: UndefOr[String] = js.undefined, months: UndefOr[Array[String]] = js.undefined, noData: UndefOr[String] = js.undefined, numericSymbolMagnitude: UndefOr[Double] = js.undefined, numericSymbols: UndefOr[Array[String]] = js.undefined, printChart: UndefOr[String] = js.undefined, resetZoom: UndefOr[String] = js.undefined, resetZoomTitle: UndefOr[String] = js.undefined, shortMonths: UndefOr[Array[String]] = js.undefined, shortWeekdays: UndefOr[Array[String]] = js.undefined, thousandsSep: UndefOr[String] = js.undefined, weekdays: UndefOr[Array[String]] = js.undefined): Lang

    Permalink

    contextButtonTitle

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

    decimalPoint

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

    downloadJPEG

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

    downloadPDF

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

    downloadPNG

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

    downloadSVG

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

    drillUpText

    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}.

    invalidDate

    What to show in a date field for invalid dates. Defaults to an empty string.

    loading

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

    months

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

    noData

    The text to display when the chart contains no data. Requires the no-data module, see noData.

    numericSymbolMagnitude

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

    numericSymbols

    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.

    printChart

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

    resetZoom

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

    resetZoomTitle

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

    shortMonths

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

    shortWeekdays

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

    thousandsSep

    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.

    weekdays

    An array containing the weekday names.

  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