Skip to content

SujeethJinesh/react-native-dynamic-graph

Repository files navigation

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

  1. Does not work for negative numbers.
  2. Geolocation runs in background.
  3. Heights do not scale to passed in height.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published