|
|
hace 5 años | |
|---|---|---|
| example | hace 5 años | |
| src | hace 5 años | |
| .editorconfig | hace 5 años | |
| .eslintignore | hace 5 años | |
| .eslintrc | hace 5 años | |
| .gitignore | hace 5 años | |
| .prettierrc | hace 5 años | |
| .travis.yml | hace 5 años | |
| README.md | hace 5 años | |
| package-lock.json | hace 5 años | |
| package.json | hace 5 años | |
| run.bat | hace 5 años |
This is a react chart library for genarating "Stock Heatmap" with given market depth data. Stock Heatmap graph useful for day traders.
npm install --save @rongmz/react-stock-heatmap
import React, { Component } from 'react'
import MyComponent from '@rongmz/react-stock-heatmap'
import '@rongmz/react-stock-heatmap/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © rongmz