Here is a Highcharts example of how to specify the y axis label:
$chart1->options([ 'title' => [ 'text' => "Spread" ], 'yAxis' => [ 'title' => [ 'text' => 'Values' ] ] ]);
Here is a Highcharts example of how to specify the y axis label:
$chart1->options([ 'title' => [ 'text' => "Spread" ], 'yAxis' => [ 'title' => [ 'text' => 'Values' ] ] ]);