Skip to content

Commit

Permalink
docs(nivo-api): update links to nivo-api samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Aug 17, 2017
1 parent b5c39f7 commit ab2662a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,14 @@ Several libraries already exist for React d3 integration, but just a few provide

## [HTTP API](https://github.com/plouc/nivo-api)

- [`<Bar />`](https://nivo-api.herokuapp.com/samples/bar)
- [`<Bubble />`](https://nivo-api.herokuapp.com/samples/bubble)
- [`<Chord />`](https://nivo-api.herokuapp.com/samples/chord)
- [`<Line />`](https://nivo-api.herokuapp.com/samples/line)
- [`<Pie />`](https://nivo-api.herokuapp.com/samples/pie)
- [`<TreeMap />`](https://nivo-api.herokuapp.com/samples/treemap)
- [`<Bar />`](https://nivo-api.herokuapp.com/samples/bar.svg)
- [`<Bubble />`](https://nivo-api.herokuapp.com/samples/bubble.svg)
- [`<Chord />`](https://nivo-api.herokuapp.com/samples/chord.svg)
- [`<Line />`](https://nivo-api.herokuapp.com/samples/line.svg)
- [`<Pie />`](https://nivo-api.herokuapp.com/samples/pie.svg)
- [`<Radar />`](https://nivo-api.herokuapp.com/samples/radar.svg)
- [`<Sunburst />`](https://nivo-api.herokuapp.com/samples/sunburst.svg)
- [`<TreeMap />`](https://nivo-api.herokuapp.com/samples/treemap.svg)

## Guides

Expand Down

0 comments on commit ab2662a

Please sign in to comment.