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.42.0", "react-native-pathjs-charts": "0.0.26", Getting this extra line at the top of the chart that extends all the way to the highest bar. Anyone else having the same problem? 
StockLine graph seems to automatically sort the dataset provided in ascending order based on the X axis values. This is unfortunate if you're trying to use the X axis as...
- [x] I have searched for existing issues - [x] I have provided detailed instructions that can reproduce the issue (including code and data necessary) It happened to me after...
- [x ] I have searched for existing issues - [ x] I have provided detailed instructions that can reproduce the issue (including code and data necessary) It happened if...
> - [X] I have searched for existing issues Any plans to support configuring a dashed line via `strokeDashArray`? Seems like it's supported by `react-native-svg` [here](https://github.com/react-native-community/react-native-svg/blob/00e1f69b1bda3bec598110496c926411687af3e6/lib/extract/extractStroke.js#L30). Would also be nice...
Before filing an issue please ensure the following boxes are checked, if applicable: - [✓] I have searched for existing issues - [ ✓] I have provided detailed instructions that...
hi, i met some scenario, such as drawing candle chart thanks to google search engine, let me know `react-native-pathjs-charts` so i try to search some demo for scenario(how to draw...
Before filing an issue please ensure the following boxes are checked, if applicable: - [Yes] I have searched for existing issues - [Yes] I have provided detailed instructions that can...
It's all in the title: to replicate in the SmoothLineChartRegionsExtended example, simply assign a value for Y of a data point such that Y < min (when min is specified)....