Skip to content
New issue

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

BarChart animation is not working on Android #901

Open
sladik-maksym opened this issue Nov 9, 2024 · 0 comments
Open

BarChart animation is not working on Android #901

sladik-maksym opened this issue Nov 9, 2024 · 0 comments

Comments

@sladik-maksym
Copy link

sladik-maksym commented Nov 9, 2024

Description

animation for labels works, but not for the chart itself (ios works fine) but top label not animated on both platforms

Steps to reproduce

using android emulator Pixel 9 Pro Api 35

code

<BarChart
disableScroll
disablePress
width={CHART.WIDTH - 38}
height={CHART.HEIGHT - 54}
barWidth={40}
hideRules
initialSpacing={0}
barBorderRadius={4}
data={barData}
isAnimated
animationDuration={2000}
hideYAxisText
yAxisThickness={0}
xAxisThickness={0}
maxValue={426 + 55}
/>

Snack or a link to a repository

No response

version of react-native-gifted-charts

1.4.47

React Native version

0.75.4

Platforms

Android

Workflow

React Native

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant