I'm currently working on updating Cell attributes from a file and replacing the corresponding Cells in the graph with the new attributes. However, I am facing an issue where the graph is not refreshing after applying the updated attributes.
After consulting the JointJS documentation, it appears that the solution lies in using graph.resetCells. Unfortunately, when I attempted to use this function, it did not have any effect. Any suggestions on how to solve this problem?