Closed
Description
0-length bars are visible in pdfs generated by Orca even though they aren't visible in the plotly.js graphs.
I can reproduce this issue using orca directly using this method with the below json figure.
{"data": [{"y": ["This", "is", "a", "test", "placeholder"], "x": [12, 9, 15, 12, 0], "type": "bar", "orientation": "h"}], "layout": {"xaxis": {"type": "categorical", "showgrid": false, "zeroline": false}, "yaxis": {"title": "test", "zeroline": false}}}
Metadata
Metadata
Assignees
Labels
No labels