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
El eje de las ordenadas se ve modificado al activar algunas de las Labels ,esto hace que las series se vean distintas entre si.
Datos del test:
TSComponents.Graphic.render('tsChartFull', { graphicUrl: 'https://apis.datos.gob.ar/series/api/series/?metadata=full&ids=365.3_VENTAS_DE_YPF__20,365.3_VENTAS_DE_YPF__20:change,365.3_VENTAS_DE_YPF__20:percent_change_a_year_ago,365.3_VENTAS_DE_YPF__20:percent_change&limit=1000&start=0', zoom: true, chartTypes: { '365.3_VENTAS_DE_YPF__20': 'area' }, title: 'Nivel de Actividad y Tipo de Cambio Real Multilateral', source: 'Fuente: Instituto Nacional de Estadística y Censos (INDEC), Banco Central de la República Argentina (BCRA)', legendLabel: { '365.3_VENTAS_DE_YPF__20': 'label test QA'} }) Pasos:
1- Desactivar una Serie 2- Volver activarla
The text was updated successfully, but these errors were encountered:
No branches or pull requests
El eje de las ordenadas se ve modificado al activar algunas de las Labels ,esto hace que las series se vean distintas entre si.
Datos del test:
TSComponents.Graphic.render('tsChartFull', {
graphicUrl: 'https://apis.datos.gob.ar/series/api/series/?metadata=full&ids=365.3_VENTAS_DE_YPF__20,365.3_VENTAS_DE_YPF__20:change,365.3_VENTAS_DE_YPF__20:percent_change_a_year_ago,365.3_VENTAS_DE_YPF__20:percent_change&limit=1000&start=0',
zoom: true,
chartTypes: { '365.3_VENTAS_DE_YPF__20': 'area' },
title: 'Nivel de Actividad y Tipo de Cambio Real Multilateral',
source: 'Fuente: Instituto Nacional de Estadística y Censos (INDEC), Banco Central de la República Argentina (BCRA)',
legendLabel: { '365.3_VENTAS_DE_YPF__20': 'label test QA'}
})
Pasos:
1- Desactivar una Serie
2- Volver activarla
The text was updated successfully, but these errors were encountered: