Abhinandan-Kushwaha / react-native-gifted-charts

The most complete library for Bar, Line, Area, Pie, Donut, Stacked Bar and Population Pyramid charts in React Native. Allows 2D, 3D, gradient, animations and live data updates.
https://www.npmjs.com/package/react-native-gifted-charts
MIT License
785 stars 153 forks source link

How to move xAxisLabel upwards in Horizontal bar chart? #843

Closed aabidDevit closed 1 month ago

aabidDevit commented 1 month ago

Description

In Horizontal bar chart, How can we give xAxisLabelContainerStyle values? as we don't have such property like yAxisLabels. Also Chart is starting after some space on top. Please refer SS. Screenshot_1726552553

Steps to reproduce

Add values in Bar chart Enable horizontal property

Snack or a link to a repository

No response

version of react-native-gifted-charts

1.4.40

React Native version

0.74.3

Platforms

Android, iOS

Workflow

React Native

Abhinandan-Kushwaha commented 1 month ago

Hi @aabidDevit 👋 To remove the space on top, you can set initialSpacing = {0}

To adjust the labels' positions, please take a look at https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/194