Hi Aydin,
Glad you figured out a solution.
I agree that apply_resizing() could be generalized, so I've changed it to optionally to take an array of charts instead of a single chart, and I've changed the
resizing heatmap and
resizing scatter examples, which sound like your example, to use the new generalized function (which also allows dividing the window space using functions).
I also apply_resizing() to disable transitions while resizing, as it is usually annoying to have animated transitions when resizing or panning. All the
resizing examples are much snappier now.
Cheers,
Gordon