[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the latest version of Buckaroo.
What type of jupyter notebook were you using (VSCode notebook, google colab, Jupyter Lab, Jupyter notebook). Select multiple if you can reproduce this in multiple environments. If other, please add to description.
Jupyter Lab
Reproducible example
On example-notebooks/Full-tour.ipynb
The second dataframe initially has filled columns for unique and NA. the third dataframe doesn't
On initial add of the third dataframe, the fill is empty
Then when scrolling up to the first dataframe, you can see the fill, but scrolling left to right, the fills aren't re-rendered.
Issue description
I think this is related to an interaction between re-charts and ag-grid. Possibly some ID's embedded into the SVG rendering
Checks
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the latest version of Buckaroo.
What type of jupyter notebook were you using (VSCode notebook, google colab, Jupyter Lab, Jupyter notebook). Select multiple if you can reproduce this in multiple environments. If other, please add to description.
Jupyter Lab
Reproducible example
On example-notebooks/Full-tour.ipynb The second dataframe initially has filled columns for unique and NA. the third dataframe doesn't
On initial add of the third dataframe, the fill is empty
Then when scrolling up to the first dataframe, you can see the fill, but scrolling left to right, the fills aren't re-rendered.
Issue description
I think this is related to an interaction between re-charts and ag-grid. Possibly some ID's embedded into the SVG rendering
Expected behavior
histogram bars should always be rendered
Installed versions
Jupyter Log output
No response