react-native-pathjs-charts icon indicating copy to clipboard operation
react-native-pathjs-charts copied to clipboard

Android and iOS charts based on react-native-svg and paths-js

Results 75 react-native-pathjs-charts issues
Sort by recently updated
recently updated
newest added
trafficstars

This package is working well when atleast one positive value but when i pass all values as 0 then it showing below error. ![error](https://user-images.githubusercontent.com/26406771/29446110-163f49e6-8408-11e7-86a0-7d2fab372d1c.png)

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? ![captussre](https://cloud.githubusercontent.com/assets/7399945/21790232/76ad6a88-d6e3-11e6-9910-33f947c3073a.PNG) 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/ ![captasasdcure](https://cloud.githubusercontent.com/assets/7399945/21790280/ce58561c-d6e3-11e6-9edf-375d86c4bfa2.PNG)

enhancement

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...

enhancement

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...

enhancement

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...

bug

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":...

enhancement

It works in Bar Chart, but not in Line Chart.

bug