Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove zooming selection display object when fetching new data.
To remove the zooming selection layer from the timeline chart, it is necessary to 1) remove the zooming selection object from the graph, and 2) delete the zooming selection object to reset it. Currently, when fetching new data, the code only performs step 2), but not 1). This leads to an issue where the zooming selection layer is not removed when users select a new zooming selection after zooming out. This commit adds step 1) so that when new data is fetched, the zooming selection is drawn and removed properly. Signed-off-by: Hoang Thuan Pham <hoang.pham@calian.ca>
- Loading branch information