Trait/Object

io.udash.wrappers.highcharts.config.series

SeriesConnectorDataLabels

Related Docs: object SeriesConnectorDataLabels | package series

Permalink

trait SeriesConnectorDataLabels extends Object with BaseSeriesDataLabels

Annotations
@ScalaJSDefined() @RawJSType()
Linear Supertypes
BaseSeriesDataLabels, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SeriesConnectorDataLabels
  2. BaseSeriesDataLabels
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val backgroundColor: UndefOr[|[String, Object]]

    Permalink

    The background color or gradient for the data label.

    The background color or gradient for the data label. Defaults to undefined.

    Definition Classes
    BaseSeriesDataLabels
    Annotations
    @JSOptional()
  6. val borderColor: UndefOr[|[String, Object]]

    Permalink

    The border color for the data label.

    The border color for the data label. Defaults to undefined.

    Definition Classes
    BaseSeriesDataLabels
    Annotations
    @JSOptional()
  7. val borderRadius: UndefOr[Double]

    Permalink

    The border radius in pixels for the data label.

    The border radius in pixels for the data label.

    Definition Classes
    BaseSeriesDataLabels
    Annotations
    @JSOptional()
  8. val borderWidth: UndefOr[Double]

    Permalink

    The border width in pixels for the data label.

    The border width in pixels for the data label.

    Definition Classes
    BaseSeriesDataLabels
    Annotations
    @JSOptional()
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val color: UndefOr[|[String, Object]]

    Permalink

    The text color for the data labels.

    The text color for the data labels. Defaults to null.

    Definition Classes
    BaseSeriesDataLabels
    Annotations
    @JSOptional()
    Example:
    1. Red data labels

  11. val connectorColor: UndefOr[|[String, Object]]

    Permalink

    The color of the line connecting the data label to the pie slice.

    The color of the line connecting the data label to the pie slice. The default color is the same as the point's color.

    Annotations
    @JSOptional()
    Example:
    1. Blue connectors

  12. val connectorPadding: UndefOr[Double]

    Permalink

    The distance from the data label to the connector.

    The distance from the data label to the connector.

    Annotations
    @JSOptional()
    Example:
    1. No padding

  13. val connectorWidth: UndefOr[Double]

    Permalink

    The width of the line connecting the data label to the pie slice.

    The width of the line connecting the data label to the pie slice.

    Annotations
    @JSOptional()
  14. val crop: UndefOr[Boolean]

    Permalink

    Whether to hide data labels that are outside the plot area.

    Whether to hide data labels that are outside the plot area. By default, the data label is moved inside the plot area according to the overflow option.

    Definition Classes
    BaseSeriesDataLabels
    Annotations
    @JSOptional()
  15. val defer: UndefOr[Boolean]

    Permalink

    Whether to defer displaying the data labels until the initial series animation has finished.

    Whether to defer displaying the data labels until the initial series animation has finished.

    Definition Classes
    BaseSeriesDataLabels
    Annotations
    @JSOptional()
  16. val distance: UndefOr[Double]

    Permalink

    The distance of the data label from the pie's edge.

    The distance of the data label from the pie's edge. Negative numbers put the data label on top of the pie slices. Connectors are only shown for data labels outside the pie.

    Annotations
    @JSOptional()
  17. val enabled: UndefOr[Boolean]

    Permalink

    Enable or disable the data labels.

    Enable or disable the data labels.

    Definition Classes
    BaseSeriesDataLabels
    Annotations
    @JSOptional()
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. val format: UndefOr[String]

    Permalink

    A format string for the data label.

    A format string for the data label. Available variables are the same as for formatter.

    Definition Classes
    BaseSeriesDataLabels
    Annotations
    @JSOptional()
    Example:
    1. Add a unit

  22. val formatter: UndefOr[ThisFunction0[FormatterData, String]]

    Permalink

    Callback JavaScript function to format the data label.

    Callback JavaScript function to format the data label. Note that if a format is defined, the format takes precedence and the formatter is ignored. Available data are:

    this.percentage Stacked series and pies only. The point's percentage of the total.
    this.point The point object. The point name, if defined, is available through this.point.name.
    this.series: The series object. The series name is available through this.series.name.
    this.total Stacked series only. The total value at this point's x value.
    this.x: The x value.
    this.y: The y value.

    Definition Classes
    BaseSeriesDataLabels
    Annotations
    @JSOptional()
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. val inside: UndefOr[Boolean]

    Permalink

    For points with an extent, like columns, whether to align the data label inside the box or to the actual value point.

    For points with an extent, like columns, whether to align the data label inside the box or to the actual value point. Defaults to false in most cases, true in stacked columns.

    Definition Classes
    BaseSeriesDataLabels
    Annotations
    @JSOptional()
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. val overflow: UndefOr[String]

    Permalink

    How to handle data labels that flow outside the plot area.

    How to handle data labels that flow outside the plot area. The default is justify, which aligns them inside the plot area. For columns and bars, this means it will be moved inside the bar. To display data labels outside the plot area, set crop to false and overflow to "none".

    Definition Classes
    BaseSeriesDataLabels
    Annotations
    @JSOptional()
  33. val padding: UndefOr[Double]

    Permalink

    When either the borderWidth or the backgroundColor is set, this is the padding within the box.

    When either the borderWidth or the backgroundColor is set, this is the padding within the box.

    Definition Classes
    BaseSeriesDataLabels
    Annotations
    @JSOptional()
  34. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  35. val reserveSpace: UndefOr[Boolean]

    Permalink

    Whether to reserve space for the labels.

    Whether to reserve space for the labels. This can be turned off when for example the labels are rendered inside the plot area instead of outside.

    Definition Classes
    BaseSeriesDataLabels
    Annotations
    @JSOptional()
  36. val rotation: UndefOr[Double]

    Permalink

    Text rotation in degrees.

    Text rotation in degrees. Note that due to a more complex structure, backgrounds, borders and padding will be lost on a rotated data label.

    Definition Classes
    BaseSeriesDataLabels
    Annotations
    @JSOptional()
    Example:
    1. Vertical labels

  37. val shadow: UndefOr[|[Boolean, Object]]

    Permalink

    The shadow of the box.

    The shadow of the box. Works best with borderWidth or backgroundColor. Since 2.3 the shadow can be an object configuration containing color, offsetX, offsetY, opacity and width.

    Definition Classes
    BaseSeriesDataLabels
    Annotations
    @JSOptional()
  38. val shape: UndefOr[String]

    Permalink

    The name of a symbol to use for the border around the label.

    The name of a symbol to use for the border around the label. Symbols are predefined functions on the Renderer object.

    Definition Classes
    BaseSeriesDataLabels
    Annotations
    @JSOptional()
  39. val softConnector: UndefOr[Boolean]

    Permalink

    Whether to render the connector as a soft arc or a line with sharp break.

    Whether to render the connector as a soft arc or a line with sharp break.

    Annotations
    @JSOptional()
    Example:
    1. Soft, non soft connectors.

  40. val style: UndefOr[Object]

    Permalink

    Styles for the label.

    Styles for the label.

    Definition Classes
    BaseSeriesDataLabels
    Annotations
    @JSOptional()
    Example:
    1. Bold labels

  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. val useHTML: UndefOr[Boolean]

    Permalink

    Whether to use HTML to render the labels.

    Whether to use HTML to render the labels.

    Definition Classes
    BaseSeriesDataLabels
    Annotations
    @JSOptional()
  45. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  46. val verticalAlign: UndefOr[String]

    Permalink

    The vertical alignment of a data label.

    The vertical alignment of a data label. Can be one of top, middle or bottom. The default value depends on the data, for instance in a column chart, the label is above positive values and below negative values.

    Definition Classes
    BaseSeriesDataLabels
    Annotations
    @JSOptional()
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. val x: UndefOr[Double]

    Permalink

    The x position offset of the label relative to the point.

    The x position offset of the label relative to the point.

    Annotations
    @JSOptional()
  51. val y: UndefOr[Double]

    Permalink

    The y position offset of the label relative to the point.

    The y position offset of the label relative to the point.

    Annotations
    @JSOptional()
  52. val zIndex: UndefOr[Double]

    Permalink

    The Z index of the data labels.

    The Z index of the data labels. The default Z index puts it above the series. Use a Z index of 2 to display it behind the series.

    Definition Classes
    BaseSeriesDataLabels
    Annotations
    @JSOptional()

Inherited from BaseSeriesDataLabels

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped