Open fklement opened 7 years ago
Hey @fklement thanks for your interest in Plottable. Can you provide a full jsfiddle/codepen repro? I think this is a limitation of the current redraw logic; you can try having two separate Plottable top-level Components (e.g. two .renderTo() to different container elements) to work around it
I've an instance with a bar plot and a pie plot. The bar plot with the .onClick interaction updates the dataset used in the pie plot.
Whenever i'm using this interaction the complete instance gets rerendered instead of only rerendering the pie plot. How can i manage it that the bar plots selection is still filled after using the data method of the Dataset class?