orca
orca copied to clipboard
Orca (1.2.1, release) seems to ignore tickmode = array, and tickvals
If I use the attached plotly JSON and feed it to Orca, I would expect "tickmode" and "tickvals" to get applied and have x axis labels at 82M, 100M, 200M, etc. But I get the default format ("100M" plus small single digits at the subtick positions) instead. Feeding the same to the same Plotly JS code in a normal browser produces the expected output.
This also applies to online plotly.js.
@jensb Can you post an image of the "normal" expected output you got in a browser. Over here I got the same result in Orca and Chromium v69.
Codepen: https://codepen.io/antoinerg/pen/abbNMxj
plotly-data-anon.zip Sorry uploading image directly doesn't seem to work. This is what I get when I patch Plotly so that tickvals and tickmode are respected correctly. both in Browser and in Orca.