Cryptex-prototype / Cryptex-prototype/prototype

Candle Graph

未关闭
#1 0 条评论 0 个 reaction 已指派 1 人 已被 @RydCri 认领 在 GitHub 查看
help wanted
主要语言
HTML
星标
0
派生
0
PR 合并指标
30 天内没有已合并 PR

描述

-update Apr 15

Candlegraph.js now will call the OHLC and coins/id endpoint to paint a candle chart, added buttons with listeners to change the timescale from 1,14,30 and 90 days

![Image](https://user-images.githubusercontent.com/107228115/232249392-91a5aa33-9b82-4b10-8a66-85edcb08992a.png)

~~Lonnie's Apexchart requires a function with logic to format the coingecko candle data into Apexchart format~~

ie:

coingecko:

```
{
1600000000,
6600,
6300,
6400,
6200
},
```

Apexchart:

```
{
x: newDate(160000000),
y: [6600,6300,6400,6200]
},
```

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。