chartist-plugins-line_selector
v1.0.4
Published
A chartist plugin for handeling hidden lines in the linechart
Downloads
6
Maintainers
Readme
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()],