|
|
il y a 5 ans | |
|---|---|---|
| example | il y a 5 ans | |
| src | il y a 5 ans | |
| .editorconfig | il y a 5 ans | |
| .eslintignore | il y a 5 ans | |
| .eslintrc | il y a 5 ans | |
| .gitignore | il y a 5 ans | |
| .prettierrc | il y a 5 ans | |
| .travis.yml | il y a 5 ans | |
| README.md | il y a 5 ans | |
| package-lock.json | il y a 5 ans | |
| package.json | il y a 5 ans |
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