class SeriesMapTooltip extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
- Note
- JavaScript name: - series<map>-tooltip
- Alphabetic
- By Inheritance
- SeriesMapTooltip
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-  new SeriesMapTooltip()
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( ... )
 
- 
      
      
      
        
      
    
      
        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] )
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        followPointer: UndefOr[Boolean]
      
      
      Whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent. Whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent. By default it behaves this way for scatter, bubble and pie series by override in the plotOptionsfor those series types.For touch moves to behave the same way, followTouchMove must be truealso.
- 
      
      
      
        
      
    
      
        
        val
      
      
        followTouchMove: UndefOr[Boolean]
      
      
      Whether the tooltip should follow the finger as it moves on a touch device. Whether the tooltip should follow the finger as it moves on a touch device. If this is trueand chart.panning is set,followTouchMovewill take over one-finger touches, so the user needs to use two fingers for zooming and panning.
- 
      
      
      
        
      
    
      
        
        val
      
      
        footerFormat: UndefOr[String]
      
      
      A string to append to the tooltip format. A string to append to the tooltip format. Example:
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        hasOwnProperty(v: String): Boolean
      
      
      - Definition Classes
- Object
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        headerFormat: UndefOr[String]
      
      
      The HTML of the tooltip header line. The HTML of the tooltip header line. Variables are enclosed by curly brackets. Available variables are point.name,series.name,series.colorand other members from thepointandseriesobjects.Defaults to <span style="font-size: 10px">{point.key}</span><br/>Example:
- 
      
      
      
        
      
    
      
        
        val
      
      
        hideDelay: UndefOr[Double]
      
      
      The number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart. 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        isPrototypeOf(v: Object): Boolean
      
      
      - Definition Classes
- Object
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        padding: UndefOr[Double]
      
      
      Padding inside the tooltip, in pixels. Padding inside the tooltip, in pixels. - Since
- 5.0.0 
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        pointFormat: UndefOr[String]
      
      
      The HTML of the point's line in the tooltip. The HTML of the point's line in the tooltip. Variables are enclosed by curly brackets. Available variables are point.value, series.name and series.color and other properties on the same form. Furthermore, point.value can be extended by the tooltip.valuePrefixandtooltip.valueSuffixvariables. This can also be overridden for each series, which makes it a good hook for displaying units.For maps it defaults to '{point.name}: {point.value}<br/>'Example:
- 
      
      
      
        
      
    
      
        
        val
      
      
        pointFormatter: UndefOr[Function]
      
      
      A callback function for formatting the HTML output for a single point in the tooltip. A callback function for formatting the HTML output for a single point in the tooltip. Like the pointFormatstring, but with more flexibility.- Since
- 1.1.0 
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        propertyIsEnumerable(v: String): Boolean
      
      
      - Definition Classes
- Object
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        split: UndefOr[Boolean]
      
      
      Split the tooltip into one label per series, with the header close to the axis. Split the tooltip into one label per series, with the header close to the axis. This is recommended over shared tooltips for charts with multiple line series, generally making them easier to read. - Since
- 5.0.0 
 Example:
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toLocaleString(): String
      
      
      - Definition Classes
- Object
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        valueDecimals: UndefOr[Double]
      
      
      How many decimals to show in each series' value. How many decimals to show in each series' value. This is overridable in each series' tooltip options object. The default is to preserve all decimals. 
- 
      
      
      
        
      
    
      
        
        def
      
      
        valueOf(): Any
      
      
      - Definition Classes
- Object
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        valuePrefix: UndefOr[String]
      
      
      A string to prepend to each series' value. A string to prepend to each series' value. Overridable in each series' tooltip options object. 
- 
      
      
      
        
      
    
      
        
        val
      
      
        valueSuffix: UndefOr[String]
      
      
      A string to append to each series' value. A string to append to each series' value. Overridable in each series' tooltip options 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( ... )