This post is an extension of the previous basic parallel coordinate chart. The idea is to add a color scale to highlight the different groups and hover effects to highlight a specific group or a particular axis
css
- axis have a specific class called axis
. It is possible to specify a style when hovering with axis:hover
javascript
- a function is triggered when a group is hovered, another when group is not hovered anymore.