-
StackOverflow 文件
-
highcharts 教程
-
本土化
-
中文日期時間本地化
Highcharts.setOptions({
lang: {
loading: '載入中...',
months: ['1 月', '2 月', '3 月', '4 月', '5 月', '6 月', '7 月','8 月', '9 月', '10 月', '11 月', '12 月'],
shortMonths: ['1 月', '2 月', '3 月', '4 月', '5 月', '6 月', '7 月','8 月', '9 月', '10 月', '11 月', '12 月'],
weekdays: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'],
exportButtonTitle: '匯出',
printButtonTitle: '列印',
rangeSelectorFrom: '從',
rangeSelectorTo: '到',
rangeSelectorZoom: "縮放",
downloadPNG: '下載 PNG 格式',
downloadJPEG: '下載 JPEG 格式',
downloadPDF: '下載 PDF 格式',
downloadSVG: '下載 SVG 格式'
}
});