I'm trying to build a simple bar chart but can't even get the ticks to work correctly when using tickmode: "array"
. I've set tickvals
and ticktext
correctly, this works in python and js with plotly, but not in retool.
Can someone confirm whether this is a bug, missing feature, or if I'm just making an error somewhere?