hx-charts
v1.16.1
Published
Made with create-react-library
Downloads
491
Readme
hx-charts
Made with create-react-library
Install
npm install --save hx-chartsUsage
import React, { Component } from 'react'
import MyComponent from 'hx-charts'
import 'hx-charts/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © ohelixa
