Eskil Gjerde Sviggum
Eskil Gjerde Sviggum
While already here, I noticed that the console shows a warning that it expects point configuration to be numbers or arrays in turbo mode. (12) Does this make sense to...
Thank you for pointing this out. I moved the samples to `samples/highcharts/boost`. Not sure what you mean with expanding the tests in `samples/highcharts/boost/scatter`—can there be multiple visual tests in one...
I converted the visual test into a unit test.
Thank you for your insight. I will change my other PRs if I have made the same mistake there. 😅
Thank you for your feedback! The `setOptions` event was what I needed.
> I think this problem is deeper than only for `PieSeries`. I tried to use the same config for the line series: https://jsfiddle.net/BlackLabel/a8grfdvc/ and sadly the error came up. That...
Thank you for pointing this out. I’ve changed my code to your approach.
Adding options to dataLabel: ```js format: '{point.name}', connectorShape: 'crookedLine' ``` makes chart render without errors. However style of labels is incorrect and labels do not animate in.
There seems to be an issue with rendering a scatter series that has only a single point using the Boost module. (See image) This is being investigated. For now—if you...