Created
September 11, 2018 18:44
-
-
Save viniciusmonteiroarjonas/4023d8b93cab46ec69bec663c92be6ff to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Highcharts.setOptions({ | |
lang: { | |
months: ['Janeiro', 'Fevereiro', 'Março', 'Abril', 'Maio', 'Junho', 'Julho', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Dezembro'], | |
shortMonths: ['Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez'], | |
weekdays: ['Domingo', 'Segunda', 'Terça', 'Quarta', 'Quinta', 'Sexta', 'Sábado'], | |
loading: ['Atualizando o gráfico...aguarde'], | |
contextButtonTitle: 'Exportar gráfico', | |
decimalPoint: ',', | |
thousandsSep: '.', | |
downloadJPEG: 'Baixar imagem JPEG', | |
downloadPDF: 'Baixar arquivo PDF', | |
downloadPNG: 'Baixar imagem PNG', | |
downloadSVG: 'Baixar vetor SVG', | |
printChart: 'Imprimir gráfico', | |
rangeSelectorFrom: 'De', | |
rangeSelectorTo: 'Para', | |
rangeSelectorZoom: 'Zoom', | |
resetZoom: 'Limpar Zoom', | |
resetZoomTitle: 'Voltar Zoom para nível 1:1', | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment