Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel coords ordinal #1976

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

lhethert
Copy link
Contributor

Adds the ability to render parallel coordinates where some of the dimensions are enumerations with non-numeric values (e.g. discrete sets of strings). This is useful for relational datasets that contain non-numeric columns.

The changes have been updated to be against the latest master, and a new example, parallelCoordinatesOrdinal.html, has been added to demonstrate the functionality.

To use the new functionality, a new boolean option has been added to the parallelCoordinatesChart to "enumerateNonNumericDimensions".

…arts. To enable this a new 'enumerateNonNumericDimensions' boolean option was added to the ParallelCoordinates object.
…es with undefined values, such as empty strings or undefined.
…allelCoordinates, as this was causing some strings to be incorrectly parsed as floats.
@lhethert
Copy link
Contributor Author

CLI failed but log seems to show nothing. Not sure what's going on there.

@liquidpele
Copy link
Contributor

@mgalloue you were the main one to submit change to this chart, figured you might want to view this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants