object Lang
- Alphabetic
- By Inheritance
- Lang
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
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
- 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 inHighcharts.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. SettingnumericSymbols
tonull
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 inHighcharts.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.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )