syntagmatic / parallel-coordinates

A d3-based parallel coordinates plot in canvas. This library is no longer actively developed.
http://syntagmatic.github.com/parallel-coordinates/
Other
510 stars 211 forks source link

Custom Types #115

Closed syntagmatic closed 8 years ago

syntagmatic commented 9 years ago

Miso Dataset does a nice job with documenting how to add new datypes. http://misoproject.com/dataset/tutorials/data_types

Here's a proof-of-concept bl.ock with Number and String types.

http://bl.ocks.org/syntagmatic/8ff691209324f1814257

syntagmatic commented 9 years ago

Updates in #90

syntagmatic commented 8 years ago

For anyone following along, I still use this pattern for new parallel coordinates plots. Here are some of the most recent ones:

http://bl.ocks.org/syntagmatic/81569910d887d9c782fce11deac68f39 http://bl.ocks.org/syntagmatic/c9fb69e425a3c07cfbd09169941fbf46

These don't use d3.parcoords, but have a clean way to specify types/dimensions.