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
animation for labels works, but not for the chart itself (ios works fine) but top label not animated on both platforms
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} />
No response
1.4.47
0.75.4
Android
React Native
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: