Torstein Hønsi
Torstein Hønsi
Thanks! I have some architectural questions to the PR. As far as I can see, the lollipop series is is similar to a scatter series, except * it draws a...
@raf18seb @hubertkozik Yes, I think it should be refactored.
Thanks for your patience @svensigmond ! I was able to reproduce it on jsFiddle and I think I have a fix. Can you please test it in your environment? See...
> using the npm package version of Highcharts and importing as a module generated the error as initially reported in this issue Perhaps you can try to apply [the fix](https://github.com/highcharts/highcharts/commit/14fcd188ae47196efeff73674698aabc62830ebd)...
Awesome, thanks for helping with the testing! I'll investigate the font issue, I noticed that also when testing this issue.
@pawelfus Can you look into this again? Maybe the mouseup position currently used is the last mouse position _inside_ the plot area? Is that how mouseleave works? And if so,...
It's a regression since v10.1.0, bisected to d088df6f31fb074638a191423917159e5e7aeec6
@chyzwar @pawellysy I suspect this latest regression is a duplicate of #17678.
@magdalena-gut, yes, I think it's a bug. It basically fails to parse style attributes with single quotes. Simplified demo, and inspiration for integration test: https://jsfiddle.net/highcharts/dmb7t143/ The problem is this line:...
Thanks for elaborating @rdp1414, I will look into the issues.