-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linecap combined with dashStyle not working #17998
Comments
Those two properties coexist in SVG (demo) and I don't see any reason why it should in the Highcharts. Workaround: Internal note: highcharts/ts/Series/Line/LineSeries.ts Lines 169 to 174 in 3f396d8
|
Quick question @karolkolodziej: Should the legend-symbol be rounded in case of rounded linecap? |
IMO legend should reflect the series so answering your question yes it should have also a rounded linecap. |
Yes I think it should, ideally. Let's try to code it and see how it looks. |
…-dashstyle-not-working Fixed #17998, linecap not being applied to legend and dashed series
Expected behaviour
series.linecap
property should be applied whenseries.dashStyle
property is declared.Actual behaviour
series.linecap
property isn't applied whenseries.dashStyle
property is declared.Live demo with steps to reproduce
https://jsfiddle.net/BlackLabel/jpt2wrx7/
Product version
Highcharts v10.3.1
The text was updated successfully, but these errors were encountered: