score:1

Accepted answer

This is a Highcharts regression bug and it is reported here: https://github.com/highcharts/highcharts/issues/12897

As a workaround overwrite addClipPaths function:

Highcharts.Annotation.prototype.addClipPaths = function() {};

Live example: http://jsfiddle.net/BlackLabel/g0c71qz5/


Related Query

More Query from same tag