Update the SVGAttributes documentation as regards stroke-width for pattern fills
The documentation suggests passing stroke-width
as an attribute when passing a stroke width to the path object:
https://api.highcharts.com/class-reference/Highcharts.SVGAttributes
However, in the code it's evident that it should be strokeWidth. The specific line of code is here:
https://github.com/highcharts/highcharts/blob/b07097ba296ca16dd6ab2980ab69b06eef972624/ts/Extensions/PatternFill.ts#L363
-
AdminPaweł Fus (Admin, Highcharts JS) commented
Hi!
Thank you for reporting this issue. However, could you create an issue on our GitHub? See: https://github.com/highcharts/highcharts/issues/new/choose
We use UserVoice for posting new ideas, features etc. - not for reporting bugs.
Thanks!