This article documents the Line visualization in
See Line for the
The
Settings
As part of the visualization settings, specific line visualization settings are available.
Show max

You can choose to add a regression or moving average trendline to your line series. Trendlines help to depict a clearer pattern in the data. When selected, select a model from the list. See Models for an overview and description of available models.
TIP It is recommended that trendlines be applied to data that does not include today (partial data) or future dates. Today or future dates skew the trendline. If you need to include future dates, however, remove zeroes from the data to prevent skewing for those days. Go to the visualization’s data source table, choose your metric column, then enable Column Settings > Interpret zero as no value.
Models
All regression model trendlines are fit using ordinary least squares:
y = a + b * x
y = a + b * log(x)
y = a + e^(b * x)
y = a * x^b
y = a + b * x + c * x^2