react-native-pathjs-charts
react-native-pathjs-charts copied to clipboard
Android and iOS charts based on react-native-svg and paths-js
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...
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: 
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...
 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...