0.0.16 • Published 7 years ago

react-native-dynamic-graph v0.0.16

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago