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

Y axis on right side of chart #189

Open JulianKingman opened 7 years ago

JulianKingman commented 7 years ago

I'm creating a smoothline, and I'd like the Y axis to appear to the right of the chart (like how zeroAxis puts it in the middle).

A. Is there an option for this? B. If not, what controls it? I can submit a PR. I initially thought "orientation" controlled this, but that seems to affect only the labels.