d3js-react-charts
v0.0.7
Published
D3 charts in React components
Downloads
4
Readme
d3js-react-charts
Install
npm install --save d3js-react-chartsUsage
import React from 'react'
import { LineChart } from 'd3js-react-charts'
const App = () => {
return <LineChart text="Create React Library Example 😄" />
}
export default AppLicense
MIT © rahulkadukar
