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

I' am using tree chart. The default user image corresponding to each children of the tree chart is not getting displayed in android. Whereas in IOS its working fine. RN...

@marzolfb Hey :) I found this issue and solution on stackoverflow: [x-axis-dates-dont-align-with-y-axis-data-in-nvd3](http://stackoverflow.com/questions/19690432/x-axis-dates-dont-align-with-y-axis-data-in-nvd3) This was the fix: ``` chart.xAxis .tickFormat(function(d) { return d3.time.format('%d-%m-%y')(new Date(d)) }); chart.xScale(d3.time.scale()); //fixes misalignment of timescale with...

ubunut system: in the example directory, npm install errors shows: npm ERR! code EINTEGRITY npm ERR! sha1-6HqA+ou5ScvQVi+hE5kpOFKkR6o= integrity checksum failed when using sha1: wanted sha1-6HqA+ou5ScvQVi+hE5kpOFKkR6o= but got sha1-1sjQtiyd2luWzdFncRZCrtI/jPE=. (1482034 bytes)

It would be very nice to be able to provide non numeric values for x-values in the chart. Or at least to specify corresponding Labels. E.g. Dates, Months, Weekdays etc....

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

I wonder if we can have an option to render circle and value label to the each point of the linechart like in this image: http://www.indiabix.com/_files/images/data-interpretation/line-charts/15-3-2-1.png Thanks a lot

enhancement

Was wondering if I could put a label for the Bar Graph by group. Like the example picture I gave... ![Imgur](http://i.imgur.com/lR7PUjg.jpg)

enhancement

How to line break a bar chart label and remove rotation?

Can we pass rotation option too? I don't want my x labels to have rotation. https://github.com/capitalone/react-native-pathjs-charts/blob/master/src/Bar.js#L137 Happy to make a PR.

enhancement

Is it possible to change default blue color, to my custom? I searched in all opened & closed issues, and didn't find any solutions. ![selection_077](https://cloud.githubusercontent.com/assets/19377238/24093631/772394e6-0d5d-11e7-83e0-54170efd9c41.png)

enhancement