This is a library to display scatterplot
npm install --save scatter-plot-lib
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 />
}
}
MIT © divyapachbhai