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

react-native 0.52.0 react-native-svg ^6.0.1-rc.1 react-native-pathjs-charts ^0.0.33 build ios with ``` The following build commands failed: Ld build/Build/Products/Debug-iphonesimulator/ChartTest.app/ChartTest normal x86_64 (1 failure) Installing build/Build/Products/Debug-iphonesimulator/ChartTest.app An error was encountered processing the command...

Hi, i try the library with expo but when import the library: import { Bar } from 'react-native-pathjs-charts' i have this error: Tried to register two views with the same...

Is there a way to show every 5 ticks on the bar chart on the x-axis? For example 30 sets of datas only show 5, 10, 15, 20, 25, 30...

enhancement

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

It would be handy to provide a way to specify axis labels. These are usually used to specify units for displayed values. Exaple: ![image](https://cloud.githubusercontent.com/assets/15692609/23917794/dfe1a552-08f0-11e7-9926-3b11b6a74a75.png)

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

Is it possible to set an axis title and also to make the axis start a bit before and after the min and max values in a line chart? In...

enhancement

![screen shot 2018-01-01 at 4 40 43 pm](https://user-images.githubusercontent.com/11250498/34472272-e4729a8c-ef12-11e7-9d2c-eadd4a68b302.png) Missing x-label as shown. My data set looks like: data = [ [{'hours': 2, 'day': 1}], [{'hours': 4, 'day: 2}], .... ]...

I need to display only the min and max values on both axis (not a hard coded value like 0 and 200 as suggested in many examples). Requirement: Display 5...

Hi, I want to track anything over time and As you can see in those two pictures; I got an overlapping dates when the number of date exceeds six or...