var options = { chart: { height: 350, type: 'bar', }, dataLabels: { enabled: false }, series: [], title: { text: 'Ajax Example', }, noData: { text: 'Loading...' } ...
確定! 回上一頁