We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seen on current master branch. Live example: http://codepen.io/rsreusser/pen/GjdxLL?editors=0010
master
Given this trace:
[{ x: [1, 2, 3], y: [1, 2, 4], ids: ['a', 'a', 'a'], transforms: [{ type: 'filter', filtersrc: 'ids', operation: '{}', value: ['a'] }] }]
I'd expect it to show markers at all three points. It only shows one marker. I'm not missing or confusing something, am I?
The text was updated successfully, but these errors were encountered:
Reason is obvious in hindsight: ids is equivalent to a d3 key property. The ids aren't unique, so it only draws one point.
ids
key
Sorry, something went wrong.
Closing this in favor of moving remaining discussion to #1028.
No branches or pull requests
Seen on current
master
branch. Live example: http://codepen.io/rsreusser/pen/GjdxLL?editors=0010Given this trace:
I'd expect it to show markers at all three points. It only shows one marker. I'm not missing or confusing something, am I?
The text was updated successfully, but these errors were encountered: