Yes. You can add it as a storyline, for example:
yAxis: { // ...Options plotLines: [{ color: 'red', value: '15', // Insert your average here width: '1', zIndex: 2 // To not get stuck below the regular plot lines }] }
See this JSFiddle demo .
source share