dash-core-components icon indicating copy to clipboard operation
dash-core-components copied to clipboard

When exporting to SVG legend is cut off.

Open sorenwacker opened this issue 3 years ago • 0 comments

Creating a figure with the

config = {"toImageButtonOptions": {"format": "svg"}}

leads to a svg figure where the text in the legend is truncated.

image

Compare this to the screenshot:

image

Using

  • plotly=5.6.0=py_0
  • dash-renderer=1.9.1=pyhd3eb1b0_0
    • dash==2.2.0
    • dash-bootstrap-components==1.0.3
    • dash-bootstrap-templates==1.0.5
    • dash-core-components==2.0.0
    • dash-html-components==2.0.0
    • dash-table==5.0.0

sorenwacker avatar May 12 '22 03:05 sorenwacker