glue-viz / glue

Linked Data Visualizations Across Multiple Files
http://glueviz.org
Other
721 stars 152 forks source link

Updating subset bounds does not propagate to viewer #2402

Open javerbukh opened 1 year ago

javerbukh commented 1 year ago

Describe the bug When updating a subset's bounds, the new values to do propagate to what's displayed in the viewer unless you do the following:

edit_subset_mode._combine_data(subset.subset_state, override_mode=ReplaceMode)

To Reproduce Steps to reproduce the behavior such as:

  1. Create a range subset state
  2. Change one of the bounds

If you access the subset using api it should have the new value but the visualization will not yet be updated.