Simple, elegant and highly customisable D3 Charts for your React JS applications.
npm install --save react-d3js-charts
import React, { Component } from 'react'
import MyComponent from 'react-d3js-charts'
import 'react-d3js-charts/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © 2020 Visakeswaran