Chartjs / ng2-charts line on hover does not work
问题 I'm trying to optimize my chart using ng2-charts on Angular cli app. In general, everything works just fine, the only thing does not is the line on hover to track the data point. This is the ideal chart model I try to make and I also tried to follow its code: https://stackblitz.com/edit/line-chart?file=app%2Fapp.component.ts However, when I hover on my chart, only the tooltip is shown. Here are my codes: plugin-hoverline.ts: (copy & paste from the link below, credit by @GRUNT) https://istack