-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Description
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:

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:

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
Labels
No labels