Hermes Parallel Coordinates Demos
What can you do in Hermes?
Here is the list of supported interactions:
- Drag and drop the dimensions to change the order, by clicking on the dimension labels.
- Hover over the dimension axes, then click and drag to create filters. You can have multiple filters on the same axis.
- Click and drag existing filters to move and change the range of filtering along the axis.
- Click and drag along the edges of the filters to resize an existing filter.
- Single click on the filter without dragging to dismiss the clear out an existing filter.
- Double click on the chart to reset the chart back to the original dimension order and clear out any filters.
Render in different directions
Standard Horizontal Layout
Default layout, styles and interactions for Hermes when no config is specified.
Demo Link
{ direction: 'horizontal' }
Vertical Layout
Chart rendered in a vertical direction.
Demo Link
{ direction: 'vertical' }