-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
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
Labels
No labels