I’m having an error when trying to use legendrank on:
fig = go.Figure()
fig.add_trace(go.Scatter(…legendrank=900…)
I’m getting:
ValueError: Invalid property specified for object of type plotly.graph_objs.Scatter: ‘legendrank’
But here in the reference link, it’s there:
Has this been deprecated and is there a replacement?
Thanks for you help