degen-charts

1.6.30 • Public • Published

allsource global chart

This NPM library contains charts used in several nodes.
All are written in react.

Install

npm i degen-charts --save

Help

To get started you can look at the comments in src\components\Partials\Charts\Instances\HoldersChart.jsx. This is a simple chart.
After this you can find comments in some more advanced charts if you are looking for guides.
There is also a small comment in each script in src/chartUtils.

Usage

Following charts are available:

  • SaleForPeriodChart
  • VolumeTxChart
  • FloorPriceChart
  • ProfitPerSaleChart
  • HoldingAmountDistributionChart
  • HoldingPeriodDistributionChart
  • HoldersChart
  • VolatilitySpeedometer
  • CompactFloorPriceChart
  • Speedometer

Use like so (arguments depend on chart):

import {CompactFloorPriceChart} from "degen-charts";
//...
<CompactFloorPriceChart contractAddress={addr}/>

Readme

Keywords

none

Package Sidebar

Install

npm i degen-charts

Weekly Downloads

6

Version

1.6.30

License

none

Unpacked Size

1.98 MB

Total Files

5

Last publish

Collaborators

  • renevds