Packages

object PlotOptionsHeatmapStatesHoverMarker

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlotOptionsHeatmapStatesHoverMarker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(enabled: UndefOr[Boolean] = js.undefined, fillColor: UndefOr[|[String, Object]] = js.undefined, height: UndefOr[Double] = js.undefined, lineColor: UndefOr[|[String, Object]] = js.undefined, lineWidth: UndefOr[Double] = js.undefined, radius: UndefOr[Double] = js.undefined, states: UndefOr[Any] = js.undefined, symbol: UndefOr[String] = js.undefined, width: UndefOr[Double] = js.undefined): PlotOptionsHeatmapStatesHoverMarker

    enabled

    Enable or disable the point marker. If null, the markers are hidden when the data is dense, and shown for more widespread data points.

    fillColor

    The fill color of the point marker. When null, the series' or point's color is used.

    height

    Image markers only. Set the image width explicitly. When using this option, a width must also be set.

    lineColor

    The color of the point marker's outline. When null, the series' or point's color is used.

    lineWidth

    The width of the point marker's outline.

    radius

    The radius of the point marker.

    symbol

    A predefined shape or symbol for the marker. When null, the symbol is pulled from options.symbols. Other possible values are "circle", "square", "diamond", "triangle" and "triangle-down".. . Additionally, the URL to a graphic can be given on this form: "url(graphic.png)". Note that for the image to be applied to exported charts, its URL needs to be accessible by the export server.. . Custom callbacks for symbol path generation can also be added to Highcharts.SVGRenderer.prototype.symbols. The callback is then used by its method name, as shown in the demo.

    width

    Image markers only. Set the image width explicitly. When using this option, a height must also be set.