README
socket-chart
socket with highstock
Install
npm install --save socket-chart
Usage
import React, { Component } from 'react'
import MyComponent from 'socket-chart'
import 'socket-chart/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}