0.0.16 • Published 8 years ago

react-native-dynamic-graph v0.0.16

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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.

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago