capitalone / react-native-pathjs-charts

Android and iOS charts based on react-native-svg and paths-js
Apache License 2.0
879 stars 261 forks source link

Missing X-Label #216

Open VanessaChu opened 6 years ago

VanessaChu commented 6 years ago

screen shot 2018-01-01 at 4 40 43 pm

Missing x-label as shown.

My data set looks like: data = [ [{'hours': 2, 'day': 1}], [{'hours': 4, 'day: 2}], .... ]

And showLabel is set true. axisX: { showLabels: true, }

VanessaChu commented 6 years ago

Nevermind resolved. My padding for labels were wrong.