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

Add options to style axis ticks. #136

Closed tuantle closed 7 years ago

tuantle commented 7 years ago

Please add options (tick size, and color) to Axis component that would allow users to style the ticks.

{
   options.showTicks &&
   <Circle r="2" cx="0" cy="0" stroke="grey" fill="grey" />
}

Thank you

tuantle commented 7 years ago

Thanks