Sen descrición

rongmz 840eb397bf Add typescript type information. %!s(int64=5) %!d(string=hai) anos
example 840eb397bf Add typescript type information. %!s(int64=5) %!d(string=hai) anos
src ed5ae75815 Add LTP,LTQ informations %!s(int64=5) %!d(string=hai) anos
types 840eb397bf Add typescript type information. %!s(int64=5) %!d(string=hai) anos
.editorconfig 48ce3e12ac init create-react-library@3.1.1 %!s(int64=5) %!d(string=hai) anos
.eslintignore 48ce3e12ac init create-react-library@3.1.1 %!s(int64=5) %!d(string=hai) anos
.eslintrc 48ce3e12ac init create-react-library@3.1.1 %!s(int64=5) %!d(string=hai) anos
.gitignore 48ce3e12ac init create-react-library@3.1.1 %!s(int64=5) %!d(string=hai) anos
.prettierrc 48ce3e12ac init create-react-library@3.1.1 %!s(int64=5) %!d(string=hai) anos
.travis.yml 48ce3e12ac init create-react-library@3.1.1 %!s(int64=5) %!d(string=hai) anos
README.md 48ce3e12ac init create-react-library@3.1.1 %!s(int64=5) %!d(string=hai) anos
package-lock.json 53da727271 Add sample data and prepare skeleton of component. %!s(int64=5) %!d(string=hai) anos
package.json 840eb397bf Add typescript type information. %!s(int64=5) %!d(string=hai) anos
run.bat dd77d94938 Add required packages and add a script to run dev. %!s(int64=5) %!d(string=hai) anos

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