We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PieChart( modifier = Modifier .align(Alignment.CenterHorizontally) .padding(AltaTheme.dimens.spacingSmall) .size(200.dp), data = data.reversed(), onPieClick = { println("${it.label} Clicked") val pieIndex = data.indexOf(it) data = data.mapIndexed { mapIndex, pie -> pie.copy(selected = pieIndex == mapIndex) } }, selectedScale = 1f, scaleAnimEnterSpec = spring<Float>( dampingRatio = Spring.DampingRatioMediumBouncy, stiffness = Spring.StiffnessHigh ), colorAnimEnterSpec = tween(0), colorAnimExitSpec = tween(0), scaleAnimExitSpec = tween(0), spaceDegreeAnimExitSpec = tween(0), spaceDegree = 0f, selectedPaddingDegree = 0f, style = Pie.Style.Stroke( width = 60.dp ) )
The text was updated successfully, but these errors were encountered:
Hi @KevinMartinezC , put the data in remember and check again.
Sorry, something went wrong.
yes, i already had my data using a remember and get that behavior
It's weird, you are changing the data quickly?
yes the data is changing quickly
No branches or pull requests
Effect.when.it.s.loeadin.mov
The text was updated successfully, but these errors were encountered: