Skip to content

Commit

Permalink
Fixed LineChart example in readme
Browse files Browse the repository at this point in the history
As written in: 
tomauty#157
  • Loading branch information
uriklar committed Dec 20, 2016
1 parent a7be1ec commit 2b2dfe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ const styles = StyleSheet.create({
},
});

const data = [[
const data = [
[0, 1],
[1, 3],
[3, 7],
[4, 9],
]];
];

class SimpleChart extends Component {
render() {
Expand Down

0 comments on commit 2b2dfe0

Please sign in to comment.