Our default plot is not very informative when the number of data points is huge (1k):

We need to introduce some smoothing into the default plot or create a new smoothing template. The result should look like:

PS: I've done the last plot by adding loess transformation to the template which breaks the revision. We need to fix the revision or find another solution.
"transform": [{
"loess": "<DVC_METRIC_Y>",
"on": "<DVC_METRIC_X>"
}
],
Our default plot is not very informative when the number of data points is huge (1k):

We need to introduce some smoothing into the default plot or create a new smoothing template. The result should look like:

PS: I've done the last plot by adding
loesstransformation to the template which breaks the revision. We need to fix the revision or find another solution.