react-native-pathjs-charts
react-native-pathjs-charts copied to clipboard
Android and iOS charts based on react-native-svg and paths-js
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
Was wondering if I could put a label for the Bar Graph by group. Like the example picture I gave... 
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.
Is it possible to change default blue color, to my custom? I searched in all opened & closed issues, and didn't find any solutions. 