indiespirit / react-native-chart-kit

đź“ŠReact Native Chart Kit: Line Chart, Bezier Line Chart, Progress Ring, Bar chart, Pie chart, Contribution graph (heatmap)

Home Page:https://expo.io/@indiespirit/react-native-chart-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vertical X-axis label in two lines

tobiyas09 opened this issue · comments

Is it possible to have a vertical label in two lines?

Screenshot 2023-10-24 at 14 26 31

I tried to put a new line in the label array like this
labels: ['FirstName\nLastName']
but I get a space between first and last names, not a new line.