Sebastian
Sebastian
Hi @chuasteve, As a workaround you can set a negative `z-index` on non-boosted series. ``` chart.series[0].group.attr({ zIndex: -1 }); ``` **Demo:** - https://jsfiddle.net/BlackLabel/xdbh9zjf/ FYI @cvasseng
Hi @nigmastar, I applied the workaround for you demo and looks like correct: https://jsfiddle.net/BlackLabel/5qu1zxgn/ ? Could you elaborate how can I reproduce the problem or update my demo with data...
Hi @skuske, We are actually working on the new v8 version which should be available before Christmas. Let wait until new release and then get back to tests.
Hi @royorange , Due to the christmas time it will take some time until we are able to look into a solution. Thank you for your patience.
Hi @prdatur, Thank you for the suggestion.
Hi @LeeSdience, Thank you for reporting. It looks like the `useHTML` param, breaks the exporting. Demo: - https://jsfiddle.net/BlackLabel/7Lu6yx91/ **Internal note:** The last working was v8.0.0. Can be related with https://github.com/highcharts/highcharts/pull/12921/commits/58e22ae0af30ae648de90a9ff98a3511dbdbdb33...
Hi @manu-st, Thank you for reporting about the bug. **Internal note** The style mode also ignores `lineWidth` Demo: - http://jsfiddle.net/BlackLabel/nh6g90r7/ It looks like these lines overwrite options. ``` if (settings.lineWidth...
1. Add some padding-bottom space  2. Images are not good, I suggest using square images and applying `border-radius` to achieve a circle.  2. Missing padding below the text  3. How about this...
@jomar-honsi you can use the data field. I just committed it.