In wide-mode I can't do this: ```python 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.