Skip to content

Scatter Plot not filtering #491

@umdjm

Description

@umdjm

I am having an issue with the scatter plot feature. This chart type does not seem to filter the same way other charts do.

Here is an example: http://jsfiddle.net/djmartin_umich/m6ppf/

When I filter the typeDimension, I can see the row chart gets filtered but the scatter plot does not.
typeDimension.filter("foo");
dc.redrawAll();

My expectation is that the scatter plot would update to show only the points that fit with the filter criteria. I am submitting an issue now because after more investigation I'm fairly convinced that this is a bug.

Thanks!
DJ

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