-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Milestone
Description
Not sure we can fix it in the context of the fix for #3402, but logging for reference:
Violin/box auto-populates x-axis categories here:
Plotly.newPlot(
document.getElementById("gd"),
{
data: [{
type: "violin",
y: [1]
},{
type: "violin",
y: [1]
}],
}
)
But bar does not:
Plotly.newPlot(
document.getElementById("gd"),
{
data: [{
type: "bar",
y: [1]
},{
type: "bar",
y: [1]
}],
}
)
Metadata
Metadata
Assignees
Labels
No labels