Aucune description

rongmz 48ce3e12ac init create-react-library@3.1.1 il y a 5 ans
example 48ce3e12ac init create-react-library@3.1.1 il y a 5 ans
src 48ce3e12ac init create-react-library@3.1.1 il y a 5 ans
.editorconfig 48ce3e12ac init create-react-library@3.1.1 il y a 5 ans
.eslintignore 48ce3e12ac init create-react-library@3.1.1 il y a 5 ans
.eslintrc 48ce3e12ac init create-react-library@3.1.1 il y a 5 ans
.gitignore 48ce3e12ac init create-react-library@3.1.1 il y a 5 ans
.prettierrc 48ce3e12ac init create-react-library@3.1.1 il y a 5 ans
.travis.yml 48ce3e12ac init create-react-library@3.1.1 il y a 5 ans
README.md 48ce3e12ac init create-react-library@3.1.1 il y a 5 ans
package-lock.json 48ce3e12ac init create-react-library@3.1.1 il y a 5 ans
package.json 48ce3e12ac init create-react-library@3.1.1 il y a 5 ans

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