I need to draw horizontal limit lines for my line and my combined (bar and line) charts. There was a solution for Chart.js < 2.0 like shown here:
but this solution is no longer working with chart.js > 2.0:
jquery.1.12.1.js:9743 Uncaught TypeError: Cannot read property 'extend' of undefined
So how am i supposed to draw limit lines in Chart.js 2.1.6?