Highlight minimum and maximum prices
Your final task is to highlight the minimum and maximum prices in the line chart generated before. They should be displayed as points.
To do so, you must add two series to your graph.
In a chart with multiple series, all of them must have the same length. That's why the minimum and maximum prices are represented as two series of 61 elements (like the prices), where 60 are #N/A
s and one is the minimum (or the maximum).
As an optional task, you can further improve the chart using the other customizations seen in the lecture. For example, you can:
- Set the limits of the vertical axis to 40 and 65
- Under
Series
, set the point size of maximum and minimum to10px
. - Set labels on the X-axis as text and their slant to 30 degrees.
This exercise is part of the course
Financial Analytics in Google Sheets
Exercise instructions
- Double click on the existing line chart and add the series
"Minimum Price"
and"Maximum Price"
, one after the other. Remember to include the cells with the title.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
