Skip to content

Commit

Permalink
docs(README): update README
Browse files Browse the repository at this point in the history
  • Loading branch information
xile611 committed Jan 26, 2016
1 parent 31ed1d4 commit ce520bd
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 @@ -25,8 +25,8 @@ The biggest feature or difference is helping you write charts in React applicati
<XAxis dataKey='name' />
<Tooltip />
<CartesianGrid stroke='#f5f5f5' />
<LineItem type='monotone' dataKey='uv' stroke='#ff7300' yAxisId={0} />
<LineItem type='monotone' dataKey='pv' stroke='#387908' yAxisId={1} />
<Line type='monotone' dataKey='uv' stroke='#ff7300' yAxisId={0} />
<Line type='monotone' dataKey='pv' stroke='#387908' yAxisId={1} />
</LineChart>
```

Expand Down

0 comments on commit ce520bd

Please sign in to comment.