1.3.3 • Published 3 years ago

@cointap/cointap-charts v1.3.3

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
3 years ago

@cointap/cointap-charts

Charts show price token in DEX following days, minutes, hours made by CoinTap

NPM JavaScript Style Guide

Install

npm install --save @cointap/cointap-charts
yarn add @cointap/cointap-charts

Usage

import React from 'react'

import { CointapCharts } from '@cointap/cointap-charts'

const Example = () => {
  return (
    <CointapCharts
      theme="dark"
      width="980"
      height="610"
      interval="5"
      symbol="BINANCE:BNBUSDT"
      locale="en"
      toolbar={true}
      autosize={true}
    />
  )
}

License

MIT © NamCao2610

1.3.3

3 years ago

1.2.3

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago