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