-
-
Couldn't load subscription status.
- Fork 2.7k
Open
@nicolaskruchten
Description
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.