object PlotOptionsPyramidDataLabels
- Alphabetic
- By Inheritance
- PlotOptionsPyramidDataLabels
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
def
apply(backgroundColor: UndefOr[|[String, Object]] = js.undefined, borderColor: UndefOr[|[String, Object]] = js.undefined, borderRadius: UndefOr[Double] = js.undefined, borderWidth: UndefOr[Double] = js.undefined, className: UndefOr[String] = js.undefined, color: UndefOr[|[String, Object]] = js.undefined, connectorColor: UndefOr[String] = js.undefined, connectorPadding: UndefOr[Double] = js.undefined, connectorWidth: UndefOr[Double] = js.undefined, crop: UndefOr[Boolean] = js.undefined, defer: UndefOr[Boolean] = js.undefined, distance: UndefOr[Double] = js.undefined, enabled: UndefOr[Boolean] = js.undefined, format: UndefOr[String] = js.undefined, formatter: UndefOr[Function] = js.undefined, inside: UndefOr[Boolean] = js.undefined, overflow: UndefOr[String] = js.undefined, padding: UndefOr[Double] = js.undefined, rotation: UndefOr[Double] = js.undefined, shadow: UndefOr[|[Boolean, Object]] = js.undefined, shape: UndefOr[String] = js.undefined, softConnector: UndefOr[Boolean] = js.undefined, style: UndefOr[Object] = js.undefined, useHTML: UndefOr[Boolean] = js.undefined, verticalAlign: UndefOr[String] = js.undefined, x: UndefOr[Double] = js.undefined, y: UndefOr[Double] = js.undefined, zIndex: UndefOr[Double] = js.undefined): PlotOptionsPyramidDataLabels
- backgroundColor
The background color or gradient for the data label. Defaults to
undefined
.- borderColor
The border color for the data label. Defaults to
undefined
.- borderRadius
The border radius in pixels for the data label.
- borderWidth
The border width in pixels for the data label.
- className
A class name for the data label. Particularly in styled mode, this can be used to give each series' or point's data label unique styling. In addition to this option, a default color class name is added so that we can give the labels a contrast text shadow.
- color
The text color for the data labels. Defaults to
null
.- connectorColor
The color of the line connecting the data label to the pie slice. The default color is the same as the point's color.. . In styled mode, the connector stroke is given in the
.highcharts-data-label-connector
class.- connectorPadding
The distance from the data label to the connector.
- connectorWidth
The width of the line connecting the data label to the pie slice.. . In styled mode, the connector stroke width is given in the
.highcharts-data-label-connector
class.- crop
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.
- defer
Whether to defer displaying the data labels until the initial series animation has finished.
- distance
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.
- enabled
Enable or disable the data labels.
- format
A format string for the data label. Available variables are the same as for
formatter
.- formatter
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. .- inside
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.- overflow
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, setcrop
tofalse
andoverflow
to"none"
.- padding
When either the
borderWidth
or thebackgroundColor
is set, this is the padding within the box.- rotation
Text rotation in degrees. Note that due to a more complex structure, backgrounds, borders and padding will be lost on a rotated data label.
- shadow
The shadow of the box. Works best with
borderWidth
orbackgroundColor
. Since 2.3 the shadow can be an object configuration containingcolor
,offsetX
,offsetY
,opacity
andwidth
.- shape
The name of a symbol to use for the border around the label. Symbols are predefined functions on the Renderer object.
- softConnector
Whether to render the connector as a soft arc or a line with sharp break.
- style
Styles for the label.
- useHTML
Whether to use HTML to render the labels.
- verticalAlign
The vertical alignment of a data label. Can be one of
top
,middle
orbottom
. The default value depends on the data, for instance in a column chart, the label is above positive values and below negative values.- x
The x position offset of the label relative to the point.
- y
The y position offset of the label relative to the point.
- zIndex
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.
-
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] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )