We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In wide-mode I can't do this:
import plotly.express as px df = px.data.stocks(indexed=True) fig = px.line(df, hover_data={df.index: "|%B %d, %Y"} )
or find any other way of referring to the index.