The code for the example chart sets 'yaxis_title' => $this->t('Y-Axis'), but this is not displayed on the chart.

The min and max setting are also not working.
This is because the Y axis settings are not being set in the render.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Screen Shot 2018-02-16 at 19.45.16.png | 25.82 KB | john cook |
| #2 | 2945416-y_axis-2.patch | 2.46 KB | john cook |
| Screen Shot 2018-02-16 at 19.23.04.png | 26.52 KB | john cook |
Comments
Comment #2
john cook commentedI've added setting the Y-axis settings in
HighchartsChartsRender.I also changed the check for min and max to use
is_numeric()as they could be set to0,!empty()would evaluate this asFALSE.The chart now look like this (after changing the min & max values):

Comment #4
andileco commentedNice catch!
Comment #5
andileco commented