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

Support dashed line charts? #132

Open jlo1 opened 7 years ago

jlo1 commented 7 years ago
  • [X] I have searched for existing issues

Any plans to support configuring a dashed line via strokeDashArray? Seems like it's supported by react-native-svg here.

Would also be nice to specify some lines as dashed and others as solid within the same line chart.

marzolfb commented 7 years ago

Sounds like a great enhancement request. Didn't have any plans for it previously but now we know its something people want. If no one gets to it for a while, feel free to try and implement it and submit a pull request.