Highcharts option to specify label y axis Here is a Highcharts example of how to specify the y axis label: $chart1->options([ ‘title’ => [ ‘text’ => “Spread” ], ‘yAxis’ => [ ‘title’ Read More