Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

PNG not saving properly #9

Open
jackluo opened this issue Feb 15, 2019 · 1 comment
Open

PNG not saving properly #9

jackluo opened this issue Feb 15, 2019 · 1 comment

Comments

@jackluo
Copy link

jackluo commented Feb 15, 2019

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

@emmanuelle
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants