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. This example works with d3.js v4
and
v6
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.