react-native-chart-kit
react-native-chart-kit copied to clipboard
Vertical X-axis label in two lines
Is it possible to have a vertical label in two lines?
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.