When the user changes the field used to colour points:
- points swap places in a distracting and uninformative way - this is probably because the points are now drawn in a different order
- sometimes, the colour bar or legend disappears.
I think these are both results of animate=True in the Graph. Might be solved by turning animate off when updating colouring, but this seems a little awkward to achieve in Dash.
When the user changes the field used to colour points:
I think these are both results of
animate=Truein the Graph. Might be solved by turninganimateoff when updating colouring, but this seems a little awkward to achieve in Dash.