-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Scatterplot facet should show error on non-numeric column #4890
Copy link
Copy link
Closed
Labels
Type: BugIssues related to software defects or unexpected behavior, which require resolution.Issues related to software defects or unexpected behavior, which require resolution.error handlingImproving the ways errors are reported to usersImproving the ways errors are reported to usersfacetsBehaviour or rendering of facets in a projectBehaviour or rendering of facets in a project
Milestone
Metadata
Metadata
Assignees
Labels
Type: BugIssues related to software defects or unexpected behavior, which require resolution.Issues related to software defects or unexpected behavior, which require resolution.error handlingImproving the ways errors are reported to usersImproving the ways errors are reported to usersfacetsBehaviour or rendering of facets in a projectBehaviour or rendering of facets in a project
Column->Facet->Scatterplot facet requires the selected column to be numeric and at least one other numeric column.
To Reproduce
Current Results
Scatterplot shows a blank dialog when invoked on a non-numeric column.
Expected Behavior
An error message should be displayed.
Screenshots