io.udash.wrappers.highcharts.config.series
SeriesRangeDataLabels
Companion object SeriesRangeDataLabels
trait SeriesRangeDataLabels extends Object with BaseSeriesDataLabels
- Annotations
- @ScalaJSDefined() @RawJSType()
- Alphabetic
- By Inheritance
- SeriesRangeDataLabels
- BaseSeriesDataLabels
- Object
- Any
- 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
-
val
align: UndefOr[String]
The alignment of the data label compared to the point.
The alignment of the data label compared to the point. If
right, the right side of the label should be touching the point. For points with an extent, like columns, the alignments also dictates how to align it inside the box, as given with the inside option. Can be one of "left", "center" or "right".- Annotations
- @JSOptional()
Example: -
val
allowOverlap: UndefOr[Boolean]
Whether to allow data labels to overlap.
Whether to allow data labels to overlap. To make the labels less sensitive for overlapping, the dataLabels.padding can be set to 0.
- Annotations
- @JSOptional()
Example: -
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
backgroundColor: UndefOr[|[String, Object]]
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()
Example: -
val
borderColor: UndefOr[|[String, Object]]
The border color for the data label.
The border color for the data label. Defaults to
undefined.- Definition Classes
- BaseSeriesDataLabels
- Annotations
- @JSOptional()
Example: -
val
borderRadius: UndefOr[Double]
The border radius in pixels for the data label.
The border radius in pixels for the data label.
- Definition Classes
- BaseSeriesDataLabels
- Annotations
- @JSOptional()
Example: -
val
borderWidth: UndefOr[Double]
The border width in pixels for the data label.
The border width in pixels for the data label.
- Definition Classes
- BaseSeriesDataLabels
- Annotations
- @JSOptional()
Example: -
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
color: UndefOr[|[String, Object]]
The text color for the data labels.
The text color for the data labels. Defaults to
null.- Definition Classes
- BaseSeriesDataLabels
- Annotations
- @JSOptional()
Example: -
val
crop: UndefOr[Boolean]
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()
-
val
defer: UndefOr[Boolean]
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()
-
val
enabled: UndefOr[Boolean]
Enable or disable the data labels.
Enable or disable the data labels.
- Definition Classes
- BaseSeriesDataLabels
- Annotations
- @JSOptional()
Example: -
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
format: UndefOr[String]
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: -
val
formatter: UndefOr[ThisFunction0[FormatterData, String]]
Callback JavaScript function to format the data label.
Callback JavaScript function to format the data label. Note that if a
formatis defined, the format takes precedence and the formatter is ignored. Available data are:this.percentageStacked series and pies only. The point's percentage of the total. this.pointThe 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.totalStacked 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()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
inside: UndefOr[Boolean]
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
falsein most cases,truein stacked columns.- Definition Classes
- BaseSeriesDataLabels
- Annotations
- @JSOptional()
-
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
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
overflow: UndefOr[String]
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, setcroptofalseandoverflowto"none".- Definition Classes
- BaseSeriesDataLabels
- Annotations
- @JSOptional()
-
val
padding: UndefOr[Double]
When either the
borderWidthor thebackgroundColoris set, this is the padding within the box.When either the
borderWidthor thebackgroundColoris set, this is the padding within the box.- Definition Classes
- BaseSeriesDataLabels
- Annotations
- @JSOptional()
Example: -
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
reserveSpace: UndefOr[Boolean]
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()
Example: -
val
rotation: UndefOr[Double]
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: -
val
shadow: UndefOr[|[Boolean, Object]]
The shadow of the box.
The shadow of the box. Works best with
borderWidthorbackgroundColor. Since 2.3 the shadow can be an object configuration containingcolor,offsetX,offsetY,opacityandwidth.- Definition Classes
- BaseSeriesDataLabels
- Annotations
- @JSOptional()
Example: -
val
shape: UndefOr[String]
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()
Example: -
val
style: UndefOr[Object]
Styles for the label.
Styles for the label.
- Definition Classes
- BaseSeriesDataLabels
- Annotations
- @JSOptional()
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
useHTML: UndefOr[Boolean]
Whether to use HTML to render the labels.
Whether to use HTML to render the labels.
- Definition Classes
- BaseSeriesDataLabels
- Annotations
- @JSOptional()
-
def
valueOf(): Any
- Definition Classes
- Object
-
val
verticalAlign: UndefOr[String]
The vertical alignment of a data label.
The vertical alignment of a data label. Can be one of
top,middleorbottom. 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()
-
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
- @native() @throws( ... )
-
val
xHigh: UndefOr[Double]
X offset of the higher data labels relative to the point value.
X offset of the higher data labels relative to the point value.
- Annotations
- @JSOptional()
Example: -
val
xLow: UndefOr[Double]
X offset of the lower data labels relative to the point value.
X offset of the lower data labels relative to the point value.
- Annotations
- @JSOptional()
Example: -
val
yHigh: UndefOr[Double]
Y offset of the higher data labels relative to the point value.
Y offset of the higher data labels relative to the point value.
- Annotations
- @JSOptional()
Example: -
val
yLow: UndefOr[Double]
Y offset of the lower data labels relative to the point value.
Y offset of the lower data labels relative to the point value.
- Annotations
- @JSOptional()
Example: -
val
zIndex: UndefOr[Double]
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()