Skip to content

Bar and histogram traces will not draw side-by-side #1219

Closed
@alexcjohnson

Description

@alexcjohnson

For example:

Plotly.newPlot(gd,[
    {x:[1,1,1,1,1,2,2,2,3,3],type:'histogram'},
    {x:[1,2,3],y:[-1,-2,-3],type:'bar'}
])

Only the first one will draw, whichever is the first (though both contribute to autorange and hover effects for both still display).
Multiple histograms or multiple bars will still show.

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