Closed
Description
The mock bar-alignment-offset.json has the following trace:
{
"type": "bar",
"marker": {
"color": "orange"
},
"opacity": 0.6,
"name": "B",
"legendgroup": "B",
"showlegend": false,
"hoverinfo": "text",
"hovertext": "a0",
"xaxis": "x",
"yaxis": "y",
"alignmentgroup": "a",
"offsetgroup": 0,
"x": [
1
],
"y": [
1
]
},
Note that the "offsetgroup"
has a numeric value. But the schema indicates:
valType : "string"
The few examples I have found in Plotly's Github and project/product sites seem to use strings. Is the mock incorrect?
TIA
Metadata
Metadata
Assignees
Labels
No labels