Seen on current `master` branch. Live example: http://codepen.io/rsreusser/pen/GjdxLL?editors=0010 Given this trace: ``` javascript [{ 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? <img width="402" alt="screen shot 2016-10-11 at 13 29 32" src="https://cloud.githubusercontent.com/assets/572717/19281133/c49a0c8e-8fb6-11e6-9e14-060d15b31978.png">