react-native-pathjs-charts
react-native-pathjs-charts copied to clipboard
Android and iOS charts based on react-native-svg and paths-js
This package is working well when atleast one positive value but when i pass all values as 0 then it showing below error. 
Thank you for contributing a pull request. Please ensure that you have signed the [CLA](https://docs.google.com/forms/d/19LpBBjykHPox18vrZvBbZUcK6gQTj7qv1O5hCduAZFU/viewform). - [x] I have signed the CLA
Can i achieve something like that?  What I need is just to have a single line with circles at each point. Like the one from http://andreaferretti.github.io/paths-js-react-demo/ 
Before filing an issue please ensure the following boxes are checked, if applicable: - [x] I have searched for existing issues - [ ] I have provided detailed instructions that...
have already changed the data model from the example and successfully show a gap between bars. But want to make the bars look thinner. Any options to set the bar...
Currently I modify the Line.js at line 103 to make the chart accept area fill color props and opacity fillOpacity={this.props.options.areaOpacity} stroke="none" fill={ this.props.options.areaColor}. I hope the next release we will...
Before filing an issue please ensure the following boxes are checked, if applicable: - [ ] I have searched for existing issues - [ ] I have provided detailed instructions...
Before filing an issue please ensure the following boxes are checked, if applicable: - [X ] I have searched for existing issues - [X ] I have provided detailed instructions...
Is there any support available for multiline charts? I need to be able to plot several values out of a single datatset. `{"x": 0, "yValue": 47782, "zValue":53722 }, { "x":...