Scenario:
- User invokes data query and the
dcc.Graph
is successfully generated. - User invokes another data query and the
dcc.Graph
shown below is returned, with the y-axis set to 1.
If the range of the y-axis is set, the problem still persists.
Has anybody else experienced this problem or have a suggestion on how to resolve it? It occurs on Chrome or Firebox browers so I don’t think it’s a browser issue.
I’m using Dash v1.11. I’m currently working to provide a code sample to reproduce the problem.