implicit final class HighchartsJQuery extends AnyVal
Allows calling $("#container").highcharts({...})
function from ScalaJS
import org.scalajs.jquery.jQuery import com.highcharts.HighchartsUtils._ jQuery("#container").highcharts(...)
Example:
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HighchartsJQuery
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HighchartsJQuery(jq: JQuery)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def highcharts(): UndefOr[Chart]
- def highcharts[T <: Object](config: CleanJsObject[T]): JQuery
- def highcharts[T <: Object](chartType: String, config: CleanJsObject[T]): JQuery
- def highmaps[T <: Object](config: CleanJsObject[T]): JQuery
- def highstock[T <: Object](config: CleanJsObject[T]): JQuery
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jq: JQuery
-
def
toString(): String
- Definition Classes
- Any