v1.0.0-alpha.3
Pre-release
Pre-release
patrykandpatrickbot
released this
24 Apr 19:55
·
1576 commits
to master
since this release
This version introduces the following changes.
Additions
- A
composedChartEntryModelOf
function for creatingComposedChartEntryModel
s. - A
ChartEntryModel#plus
function for creatingComposedChartEntryModel
s.
Improvements
verticalGradient
is no longer a composable function.
Resolved issues
- Charts were drawn incorrectly if the layout direction was right-to-left.
- Charts created via the
Chart
composable werenʼt scrollable ifmarker
was null. - Line charts were drawn incorrectly if
minY
ormaxY
was overridden. - In line charts, the line was clipped near the top and bottom of the chart.
- The
strokeColor
parameter of theShapeComponent
constructor wasnʼt respected. - Marker guidelines could be off-center relative to their corresponding chart entries.
- In
DashedShape
, ifdashLengthDp
anddashGapDp
were both set to0f
, an infinite loop would occur.
Dependency updates
- All modules use Kotlin 1.6.20.
compose
,compose-m2
, andcompose-m3
use Jetpack Compose version1.2.0-alpha08
.compose-m3
usescompose.material3
version1.0.0-alpha10
.