Plotly.toImage cut off Legend items

I created a chart and it looks like this in browser

But, when I generate image from it, some of legend items are cut off. I tried with different dimensions and both png / jpeg format but result is same. I also try to set different legent attributes (position, orientation, …)

            Plotly.toImage(this.element, { format: imageAttribute.format, width: imageAttribute.dimension.width, height: imageAttribute.dimension.height })
                .then(base64image => {
                    this.imageSrc(base64image);
                });

Can you share a reproducible example with data/layout?

Thank you etienne. I found the problem trying to create reproducible example :slight_smile:

What cause that strange behavior was this one line (including opensans fonts)
opensans-custom.css