42ee455 b699ae9
1
2
3
4
5
6
import vizro.plotly.express as px stocks = px.data.stocks() fig = px.line(stocks, x="date", y="GOOG")