dash-canvas icon indicating copy to clipboard operation
dash-canvas copied to clipboard

PNG not saving properly

Open jackluo opened this issue 6 years ago • 1 comments

Here's the output of the so-called PNG

<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta charset="UTF-8">
        <title>Dash</title>
        <link rel="icon" type="image/x-icon" href="/_favicon.ico">
        <link rel="stylesheet" href="https://codepen.io/chriddyp/pen/bWLwgP.css">
    </head>
    <body>
        
<div id="react-entry-point">
    <div class="_dash-loading">
        Loading...
    </div>
</div>

        <footer>
            <script id="_dash-config" type="application/json">{"url_base_pathname": null, "requests_pathname_prefix": "/"}</script>
            <script src="https://unpkg.com/[email protected]/dist/react.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/react-dom.min.js"></script>
<script src="https://unpkg.com/[email protected]/dash_html_components/dash_html_components.min.js"></script>
<script src="/_dash-component-suites/dash_canvas/dash_canvas.min.js?v=0.0.4&m=1547416398"></script>
<script src="https://cdn.plot.ly/plotly-1.42.2.min.js"></script>
<script src="https://unpkg.com/[email protected]/dash_core_components/dash_core_components.min.js"></script>
<script src="https://unpkg.com/[email protected]/dash_renderer/dash_renderer.min.js"></script>
        </footer>
    </body>
</html>

Reproduce result by clicking on Download Data below screenshot 2019-02-15 14 50 16

jackluo avatar Feb 15 '19 19:02 jackluo

Thanks a lot, I'll look into this issue in the coming days.

emmanuelle avatar Feb 27 '19 13:02 emmanuelle