Skip to content

ColorType data type is accepted but not handled #239

Description

@alxvth

You can drag a ColorType data into the scatterplot but upon dropping it is not handled:

const auto dataTypes = DataTypes({ PointType , ColorType, ClusterType });

if (dataType == PointType) {

if (dataType == ClusterType) {

We could consider implementing using the color data set as the color data in the scatterplot.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions