t29mato / starry-digitizer

StarryDigitizer is a Vue.js-based tool for extracting numeric data from plot images, supporting XY data.
https://digitizer.starrydata.org/
MIT License
4 stars 1 forks source link

Switching datasets before confirming interpolation causes unnecessary drawing of interpolated line #140

Closed yu-smc closed 7 months ago

yu-smc commented 7 months ago

To reproduce bug

  1. create 1 new dataset
  2. In the FIRST dataset, add a few points to draw interpolated yellow line
  3. Then switch to the SECOND dataset, and you will see the yellow line remaining
スクリーンショット 2024-02-15 19 30 28

Expected Behavior

Interpolation is completely reset after switching datasets

yu-smc commented 7 months ago

Solved in v1.2.0