We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I would expect this to generate 3 categories (a, b, 1) but it generates 4 - two identical 1's:
Plotly.newPlot(gd,[{x:['a','b',1,'1'],y:[1,2,3,4]}],{xaxis:{type:'category'}})