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
Since 3.0.0 (installed via pip) the parameter stroke_style within a line chart doesn't work anymore. Do you experienced the same issue? What is your proposal? Downgrad to an older version? Example:
It's exactly as @cbeytas described it in the comment there -- stroke_width set from a Style is applied with more specificity and thus overrides the options set by stroke_style.
You can hot-patch this locally by removing those lines from style.css, or you can write a Style that sets the width that you want. More generally, that commit should probably be reverted and a better thought-out solution implemented.
Since 3.0.0 (installed via pip) the parameter stroke_style within a line chart doesn't work anymore. Do you experienced the same issue? What is your proposal? Downgrad to an older version? Example:
The text was updated successfully, but these errors were encountered: