scatter-plot-lib
v1.0.0
Published
This is a library to display scatterplot
Downloads
3
Readme
scatter-plot-lib
This is a library to display scatterplot
Install
npm install --save scatter-plot-lib
Usage
import React, { Component } from 'react'
import MyComponent from 'scatter-plot-lib'
import 'scatter-plot-lib/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © divyapachbhai