class Lang extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
- Note
JavaScript name:
lang
- Alphabetic
- By Inheritance
- Lang
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Lang()
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
contextButtonTitle: UndefOr[String]
Exporting module menu.
Exporting module menu. The tooltip title for the context menu holding print and export menu items.
- Since
3.0
-
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.- Since
1.2.2
-
val
downloadJPEG: UndefOr[String]
Exporting module only.
Exporting module only. The text for the JPEG download menu item.
- Since
2.0
-
val
downloadPDF: UndefOr[String]
Exporting module only.
Exporting module only. The text for the PDF download menu item.
- Since
2.0
-
val
downloadPNG: UndefOr[String]
Exporting module only.
Exporting module only. The text for the PNG download menu item.
- Since
2.0
-
val
downloadSVG: UndefOr[String]
Exporting module only.
Exporting module only. The text for the SVG download menu item.
- Since
2.0
-
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}
.- Since
3.0.8
-
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
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
val
invalidDate: UndefOr[String]
What to show in a date field for invalid dates.
What to show in a date field for invalid dates. Defaults to an empty string.
- Since
4.1.8
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
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
. -
val
months: UndefOr[Array[String]]
An array containing the months names.
An array containing the months names. Corresponds to the
%B
format inHighcharts.dateFormat()
. -
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
noData: UndefOr[String]
The text to display when the chart contains no data.
The text to display when the chart contains no data. Requires the no-data module, see noData.
- Since
3.0.8
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
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
Example: -
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. SettingnumericSymbols
tonull
disables shortening altogether.- Since
2.3.0
Example: -
val
printChart: UndefOr[String]
Exporting module only.
Exporting module only. The text for the menu item to print the chart.
- Since
3.0.1
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
resetZoom: UndefOr[String]
The text for the label appearing when a chart is zoomed.
The text for the label appearing when a chart is zoomed.
- Since
1.2.4
-
val
resetZoomTitle: UndefOr[String]
The tooltip title for the label appearing when a chart is zoomed.
The tooltip title for the label appearing when a chart is zoomed.
- Since
1.2.4
-
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 inHighcharts.dateFormat()
. -
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
Example: -
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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.
- Since
1.2.2
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
valueOf(): Any
- Definition Classes
- Object
-
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( ... )
-
val
weekdays: UndefOr[Array[String]]
An array containing the weekday names.