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

How do I change the color of the grid? #191

Closed heiheiLqq closed 6 years ago

heiheiLqq commented 7 years ago

I want to change the color of the grid with StockLine ,I don't know which parameter or I don't have exposed properties

henninghall commented 6 years ago
options: {
  axisX: {
    gridColor: 'red'
  }
  axisY: {
    gridColor: 'yellow'
  }
}