Skip to content

[BUG] All graphs are monotonically increasing y = x #3417

@anderoonies

Description

@anderoonies

Describe your context
Please provide us your environment, so we can easily reproduce the issue.

  • replace the result of pip list | grep dash below
dash                      2.9.3
dash-ag-grid              32.3.1
dash-bootstrap-components 1.7.1
dash-core-components      2.0.0
dash-html-components      2.0.0
dash-table                5.0.0
django-plotly-dash        2.5.0
  • if frontend related, tell us your Browser, Version and OS

    • MacOS 14.3
    • Firefox 142.0

Describe the bug

In production, all graphs are monotonically increasing linear graphs:

Image

These are the included scripts:

<script src="https://unpkg.com/@babel/[email protected]/dist/polyfill.min.js"></script>
<script src="https://unpkg.com/[email protected]/umd/react.production.min.js"></script>
<script src="https://unpkg.com/[email protected]/umd/react-dom.production.min.js"></script>
<script src="https://unpkg.com/[email protected]/prop-types.min.js"></script>
<script src="https://unpkg.com/[email protected]/dash_ag_grid/dash_ag_grid.min.js"></script>
<script src="https://unpkg.com/[email protected]/build/dash_renderer.min.js"></script>
<script src="https://unpkg.com/[email protected]/dash_core_components/dash_core_components.js"></script>
<script src="https://unpkg.com/[email protected]/dash_core_components/dash_core_components-shared.js"></script>
<script src="https://unpkg.com/[email protected]/dash_html_components/dash_html_components.min.js"></script>
<script src="https://unpkg.com/[email protected]/dash_table/bundle.js"></script>

In development, the graphs display data correctly:

Image

The script included are these:

<script src="https://unpkg.com/@babel/[email protected]/dist/polyfill.min.js"></script>
<script src="https://unpkg.com/[email protected]/umd/react.production.min.js"></script>
<script src="https://unpkg.com/[email protected]/umd/react-dom.production.min.js"></script>
<script src="https://unpkg.com/[email protected]/prop-types.min.js"></script>
<script src="https://unpkg.com/[email protected]/dash_ag_grid/dash_ag_grid.min.js"></script>
<script src="https://unpkg.com/[email protected]/dpd_components/bundle.js"></script>
<script src="https://unpkg.com/[email protected]/build/dash_renderer.min.js"></script>
<script src="https://unpkg.com/[email protected]/dash_core_components/dash_core_components.js"></script>
<script src="https://unpkg.com/[email protected]/dash_core_components/dash_core_components-shared.js"></script>
<script src="https://unpkg.com/[email protected]/dash_html_components/dash_html_components.min.js"></script>
<script src="https://unpkg.com/[email protected]/dash_table/bundle.js"></script>

Even in production, if I add legends that extract the numerical values from the data, those correctly display the values. The issue is only in graphs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions