Không có mô tả

rongmz 08e8d93a70 Bugfix change x axis values band interval. 5 năm trước cách đây
example e32255c6e9 Draw main graph done. 5 năm trước cách đây
src 08e8d93a70 Bugfix change x axis values band interval. 5 năm trước cách đây
.editorconfig 48ce3e12ac init create-react-library@3.1.1 5 năm trước cách đây
.eslintignore 48ce3e12ac init create-react-library@3.1.1 5 năm trước cách đây
.eslintrc 48ce3e12ac init create-react-library@3.1.1 5 năm trước cách đây
.gitignore 48ce3e12ac init create-react-library@3.1.1 5 năm trước cách đây
.prettierrc 48ce3e12ac init create-react-library@3.1.1 5 năm trước cách đây
.travis.yml 48ce3e12ac init create-react-library@3.1.1 5 năm trước cách đây
README.md 48ce3e12ac init create-react-library@3.1.1 5 năm trước cách đây
package-lock.json 53da727271 Add sample data and prepare skeleton of component. 5 năm trước cách đây
package.json 89c8640076 Heatmap completed without any interaction. 5 năm trước cách đây
run.bat dd77d94938 Add required packages and add a script to run dev. 5 năm trước cách đây

README.md

@rongmz/react-stock-heatmap

This is a react chart library for genarating "Stock Heatmap" with given market depth data. Stock Heatmap graph useful for day traders.

NPM JavaScript Style Guide

Install

npm install --save @rongmz/react-stock-heatmap

Usage

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 />
  }
}

License

MIT © rongmz