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

Métrica: Cantidad de Publicaciones en el tiempo #44

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

Métrica: Cantidad de Publicaciones en el tiempo #44

AriVergara opened this issue Feb 26, 2021 · 0 comments
Assignees
Labels

Comments

@AriVergara
Copy link

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.

@CrossNox CrossNox self-assigned this Feb 27, 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