1.15.0-alpha.2
This release includes bug fixes.
| Breaking changes | Addressed |
|---|---|
| None | #692, #693, #705, #724 |
VerticalAxis
The following issues have been resolved:
- Labels could fail to be displayed.
- Labels were sometimes unexpectedly truncated.
- With
HorizontalLabelPosition.Inside, excessive horizontal insets were requested, creating unwanted empty space.
Miscellaneous
- Compose
- Views
We’ve fixed an issue where ColumnChart could throw an IllegalStateException (“Each entry’s x value must be a multiple of the x step”) when it shouldn’t have. This was related to Float imprecision.
The following issues have been resolved:
ColumnChartcould throw anIllegalStateException(“Each entry’s x value must be a multiple of the x step”) when it shouldn’t have. This was related toFloatimprecision.BaseChartView#onTouchEventreturnedtrueeven whenView#isEnabledwasfalse.