1.0.2 • Published 5 years ago
styled-charts v1.0.2
react-charts
A React Charts library
Install
npm install --save styled-chartsUsage
import React, { Component } from 'react'
import AwesomeLineChart from 'react-charts'
import 'styled-charts/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © LaghzaliTaha