Chartist Line Selector for Line Chartist

Solving overlaping lines in line charts.

Enables us to bring the selected line to the 'front', currently working by click event.

npm install --save chartist-plugins-line_selector.

In options at creating new Chartist():

plugins: [Chartist.plugins.lineSelector()],

GitHub Repo

Live Example