Closed
Description
- Open http://localhost:3000/devtools/test_dashboard/#ohlc_first
Plotly.deleteTraces(gd,[0])
- there's still data in the range slider:
ohlc_first.json says nothing about a range slider, it was just created by default. So there are two pieces to this:
- the data is gone from the graph, it should disappear from the range slider too. If you delete any but the last trace, the range slider does update correctly, but not when you delete the last one.
- should the range slider itself be removed when all data is gone from it? Perhaps, perhaps not, though I discovered this because there's a test in the workspace that expects it will disappear...
@etpinard the first part is a clear bug, what do you think about the second part though?
Metadata
Metadata
Assignees
Labels
No labels