Skip to content

Filter-transformed data not displaying markers correctly #1027

Closed
@rreusser

Description

@rreusser

Seen on current master branch. Live example: http://codepen.io/rsreusser/pen/GjdxLL?editors=0010

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?

screen shot 2016-10-11 at 13 29 32

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugsomething broken

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions