Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Histograms display without fills intermittently #292

Closed
2 tasks done
paddymul opened this issue Oct 11, 2024 · 1 comment
Closed
2 tasks done

Histograms display without fills intermittently #292

paddymul opened this issue Oct 11, 2024 · 1 comment
Labels
bug Something isn't working Histograms JS requires js work to fix

Comments

@paddymul
Copy link
Owner

Checks

  • I have checked that this issue has not already been reported.

  • 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

Screenshot 2024-10-11 at 10 47 53 AM

On initial add of the third dataframe, the fill is empty

Screenshot 2024-10-11 at 10 49 36 AM 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

``` Run on 0.7.4 ```

Jupyter Log output

No response

@paddymul paddymul added bug Something isn't working JS requires js work to fix Histograms labels Oct 11, 2024
Repository owner deleted a comment from nasrin1748 Oct 30, 2024
@paddymul
Copy link
Owner Author

Extensive deep dives
recharts/recharts#5230
and
jupyterlab/jupyterlab#16952

unique ID fix coming soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Histograms JS requires js work to fix
Projects
None yet
Development

No branches or pull requests

1 participant