Paweł Fus
Paweł Fus
Fixed issues in the OP's demo: https://jsfiddle.net/BlackLabel/rLt7j4o1/ To filter out series which are not technical indicators use: `series.is('sma')` (internal method) or `series.useOptions.params` (if `params` exists, then we are dealing with...
> Make sure collections like series and axes are reflected correctly in `chart.options`. Do you expect any issues with `navigator` axes?
We will investigate the issue and let you know
For now, it is considered a boost limitation caused by non-trivial task to implement line-width in WebGL. **Please vote for this feature by adding a thumbs-up reaction to the first...
> @pawelfus I have a function here that converts from tabular y-data to the legacy multidimensional array: > > https://github.com/highcharts/highcharts/blob/996af73bafd03513fb86bb1baea89268723475fb/ts/Stock/Indicators/SMA/SMAIndicator.ts#L60-L90 > > We could consider exposing that in a getter...
Thanks for reporting this issue @aroue2 !
I saw that too. It's probably a matter of preference, but I would also rather see it without jumping. However, I'm not sure how to fix it. Maybe @TorsteinHonsi has...
Good point. It seems to be exactly as you said: aligning items animates `x`. Simple demo: https://jsfiddle.net/BlackLabel/tbcroaeg/ We could disable animations for dataLabels, but accidentally we missed that (we can...
> @pawelfus @kamil-musialowski I merged in the fix for the jumping right label, but it turns out it is still jumping. Any ideas? It probably still has to do with...