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
{{ message }}
This repository has been archived by the owner on May 24, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Need a parameter for changing thickness of line plots similar to how strokeDashArray is used to change dash intensity
Describe the solution you'd like
Similar to the image below
Describe alternatives you've considered
Using custom css styles we can add it for now
Is your feature request related to a problem? Please describe.
Need a parameter for changing thickness of line plots similar to how strokeDashArray is used to change dash intensity
Describe the solution you'd like
Similar to the image below
Describe alternatives you've considered
Using custom css styles we can add it for now
.stroke_custom_width [aria-describedby~=lineCurvefromHTMLTag] {
stroke-width: 3;
}
Screenshots
The text was updated successfully, but these errors were encountered: