|
|
há 5 anos atrás | |
|---|---|---|
| example | há 5 anos atrás | |
| src | há 5 anos atrás | |
| .editorconfig | há 5 anos atrás | |
| .eslintignore | há 5 anos atrás | |
| .eslintrc | há 5 anos atrás | |
| .gitignore | há 5 anos atrás | |
| .prettierrc | há 5 anos atrás | |
| .travis.yml | há 5 anos atrás | |
| README.md | há 5 anos atrás | |
| package-lock.json | há 5 anos atrás | |
| package.json | há 5 anos atrás | |
| run.bat | há 5 anos atrás |
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