tomauty / react-native-chart

[NOT MAINTAINED] :bar_chart: Add line, area, pie, and bar charts to your React Native app
http://tomauty.github.io/react-native-chart
MIT License
1.57k stars 238 forks source link

showYAxisLabels ignored #158

Open thynan opened 7 years ago

thynan commented 7 years ago

Hi!

In the Version 1.0.8-beta the "showYAxisLabel" setting seems to be ignored. After checking in the source I found that in yAxis.js the showYAxisLabel property is never applied. In xAxis.js the showXAxisLabel is used, and it works as expected. Is this an oversight, or is there a reason showYAxisLabel is not used?

tomauty commented 7 years ago

As a generic FYI — I am no longer able to maintain this library. I recommend checking out victory-native as it's much more maintained.