Glossary

Exercise 15-12 (key points):

`fig.update_layout(yaxis2={"overlaying": "y", "side": "right"})` is the correct syntax for dual y-axes in graph objects. - The cumulative line is `df["revenue"].cumsum()`.

Learn More

Related Terms