You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rendering continuous logs in track as "area" or "gradientfill", there is a frame colored by the log color around the entire colored area. We would like to change this display such that instead of a frame, only the curve of the log will be colored by the log color.
Suggestion to implement this would be to have area and gradient filled to be optionally displayed without a frame and allow to combine display options:
{ ...,
frame: false,
type: "area" | "line"
}
such that the log would be displayed as a line and behind it filled area without a frame
The text was updated successfully, but these errors were encountered:
When rendering continuous logs in track as "area" or "gradientfill", there is a frame colored by the log color around the entire colored area. We would like to change this display such that instead of a frame, only the curve of the log will be colored by the log color.
Suggestion to implement this would be to have area and gradient filled to be optionally displayed without a frame and allow to combine display options:
such that the log would be displayed as a line and behind it filled area without a frame
The text was updated successfully, but these errors were encountered: