I love the effortless csv-file drag-and-drop importing feature. It works great, but there’s one issue that could be improved. Suppose I drag in a CSV file, with fields, A, B, C. I set up nice plots, etc. Later, I re-generate the CSV file with new data, and the same fields A, B, C. What is the best way to import and seamlessly overwrite the original A, B, C, so the graphs simply update?
Currently when I drag the new (replacement) CSV file into DataGraph, new A, B, C fields will be created right alongside the old ones. I end up temporarily naming the old fields A_old, B_old, C_old, importing the new file, and then manually switching the graph dependencies to the new A, B, C before deleting the _old data. Thank you.