-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
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>"
}
],
casperdcl, pared and jorgeorpinelefiop
Metadata
Metadata
Assignees
Labels
feature requestRequesting a new featureRequesting a new feature