Cryptex-prototype / Cryptex-prototype/prototype
Candle Graph
- Lenguaje dominante
- HTML
- Estrellas
- 0
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
-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

~~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]
},
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.