Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metricas: Cantidad de transacciones finalizadas por día #12

Open
AriVergara opened this issue Feb 20, 2021 · 0 comments
Open

Metricas: Cantidad de transacciones finalizadas por día #12

AriVergara opened this issue Feb 20, 2021 · 0 comments
Labels

Comments

@AriVergara
Copy link

AriVergara commented Feb 20, 2021

Recibe un rango de fechas. El formato sería:

[
{
"name": "metric_name",
"data": [
{
"date": "2021-02-24",
"value": 1
},
{
"date": "2021-02-25",
"value": 2
},
{
"date": "2021-02-26",
"value": 2
},
{
"date": "2021-02-27",
"value": 0
}
]
}
]

Para hacer el grafico necesito que esten todas las fechas ordenadas cronologicamente en el listado.ha": fecha, "valor": valor}, ... ] }, "nombre_metrica_2": ... }

Para hacer el grafico necesito que esten todas las fechas ordenadas cronologicamente en el listado.

@AriVergara AriVergara changed the title Metricas Transacciones Metricas: Cantidad de transacciones finalizadas por día Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants