开始使用免费开始使用

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/As 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 to 10px.
  • Set labels on the X-axis as text and their slant to 30 degrees.

本练习是课程的一部分

在 Google Sheets 中进行金融分析

查看课程

练习说明

  • 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.

动手互动练习

通过我们的互动练习之一,将理论转化为实践

开始练习