Cryptex-prototype / Cryptex-prototype/prototype

Candle Graph

Đang mở
#1 0 bình luận 0 reaction 1 người được giao Được @RydCri nhận Xem trên GitHub
help wanted
Ngôn ngữ chính
HTML
Star
0
Fork
0
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

-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]
},
```

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.