v1.1.0
·
1501 commits
to master
since this release
Additions
- chart axis titles
API changes
- The
TextComponent#rotationDegrees
field has been removed. The rotation of aTextComponent
is now specified via therotationDegrees
parameters ofTextComponent#drawText
,TextComponent#getWidth
,TextComponent#getHeight
, andTextComponent#getTextBounds
. For components that require aTextComponent
instance, the rotation of theTextComponent
can be specified via the parent (for example,Axis
now has alabelRotationDegrees
field).
Resolved issues
- Charts that werenʼt scrollable could be rendered incorrectly (#90).
- In right-to-left layouts,
TextComponent
positioned itself incorrectly ifTextComponent#horizontalPosiiton
was equal toHorizontalPosition.Start
orHorizontalPosition.End
.