Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RotationValue

Interface for a data point that contains an associated rotation property.

Can be used for individual configuration of data points rotation.

For some series types, individually rotated data points might have to be explicitly enabled when the series is created. Refer to series documentation for more detailed information.

Index

Properties

Properties

Optional Readonly rotation

rotation : undefined | number

Data point rotation as radians.

 // A degree rotation can be easily translated to radians with the below formula.
 rotation: rotationDeg * Math.PI / 180

Can be used for individual configuration of data points rotation.

For some series types, individually rotated data points might have to be explicitly enabled when the series is created. Refer to series documentation for more detailed information.