react-native-dynamic-graph
v0.0.16
Published
```js npm install react-native-dynamic-graph ```
Downloads
5
Readme
Usage
npm install react-native-dynamic-graph
To change parameters like the height, width, values, and color, edit them in ./app/index.js under the Main Component's props.
Import:
import Graph from 'react-native-dynamic-graph';
<Graph customConfig={{height: 250, width: 200, heights: [12,200,31,61,25, 120, 213, 123, 65], color: '#ff0000'}}/>
Thanks
- Shuhei For open source-ing his graphs
Known Issues/TODOs
- Does not work for negative numbers.
- Geolocation runs in background.
- Heights do not scale to passed in height.