Highcharts.setOptions({ colors: ['#C00000', '#0033CC', '#006600'] }); Highcharts.chart('container1', { chart: { type: 'line', plotBorderColor: '#000000', plotBorderWidth: 1 }, title: { text: '利益' }, xAxis: { title: { text: 'ラウンド数' }, allowDecimals: false, lineColor: '#000000', lineWidth: 1, min: 1, max: js_vars.num_rounds, tickColor: '#000000', tickPosition: 'inside' }, yAxis: { title: { text: '利益' }, allowDecimals: false, gridLineWidth: 0, lineColor: '#000000', lineWidth: 1, min: 0, tickWidth: 1, tickColor: '#000000', tickPosition: 'inside' }, plotOptions: { series: { pointStart: 1 } }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'middle' }, series: js_vars.List_point_accumulation });