We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ahora se ven en inglés, deberían verse en el formato:
YYYY-MM-DD
Y recortarse según tenga sentido con la frecuencia:
YYYY-MM para frecuencias menores que "mensual" por ejemplo.
Revisar documentación de highcharts y ejemplo del taller de series de la media party:
Highcharts.chart(container_id, { // ver opciones de customización en https://api.highcharts.com/highcharts/ title: { text: title }, subtitle: { text: subtitle }, yAxis: { title: { text: units } }, tooltip: { dateTimeLabelFormats: { day: '%Y-%m-%d', month: '%Y-%m', year: '%Y', } }, xAxis: { dateTimeLabelFormats: { day: '%Y-%m-%d', month: '%Y-%m', year: '%Y', } }, data: { csvURL: api_call } }) }
The text was updated successfully, but these errors were encountered:
Es la misma que: 180 ?
Sorry, something went wrong.
No branches or pull requests
Ahora se ven en inglés, deberían verse en el formato:
YYYY-MM-DD
Y recortarse según tenga sentido con la frecuencia:
YYYY-MM para frecuencias menores que "mensual" por ejemplo.
Revisar documentación de highcharts y ejemplo del taller de series de la media party:
The text was updated successfully, but these errors were encountered: