|
|
před 5 roky | |
|---|---|---|
| example | před 5 roky | |
| src | před 5 roky | |
| .editorconfig | před 5 roky | |
| .eslintignore | před 5 roky | |
| .eslintrc | před 5 roky | |
| .gitignore | před 5 roky | |
| .prettierrc | před 5 roky | |
| .travis.yml | před 5 roky | |
| README.md | před 5 roky | |
| package-lock.json | před 5 roky | |
| package.json | před 5 roky | |
| run.bat | před 5 roky |
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