React component that renders an interactive bar chart comparing two currencies over a variable number of months.
npm install react-exchange-rate-bar-chart[![Travis][build-badge]][build]
[![npm package][npm-badge]][npm]
[![Coveralls][coveralls-badge]][coveralls]
!logo
Demo: https://gregplechaty.github.io/npm-currency-compare-bar-chart/
- Compare exchange rates between currencies
- Return data across several months
- Users can choose currencies and number of months to return data for
npm install react-exchange-rate-bar-chart --save
`$3
`
import React from 'react'
import { ExchangeRatebarChart } from 'react-exchange-rate-bar-chart'
function App() {
return (
)
};
``#### Questions? Ideas? Feel free to reach out. Contact info tbd.
[build-badge]: https://img.shields.io/travis/user/repo/master.png?style=flat-square
[build]: https://travis-ci.org/user/repo
[npm-badge]: https://img.shields.io/npm/v/npm-package.png?style=flat-square
[npm]: https://www.npmjs.org/package/npm-package
[coveralls-badge]: https://img.shields.io/coveralls/user/repo/master.png?style=flat-square
[coveralls]: https://coveralls.io/github/user/repo