Cryptex-prototype / Cryptex-prototype/prototype

Candle Graph

Ouverte
#1 0 commentaires 0 réactions 1 personne assignée Réclamée par @RydCri Voir sur GitHub
help wanted
Langage dominant
HTML
Étoiles
0
Forks
0
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.