The Wayback Machine - https://web.archive.org/web/20220727042042/https://github.com/chartjs/Chart.js/issues/9428
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

Bubble Chart - Vertial scroll bar adjustment is showing very slow #9428

Closed
jagdaleganesh opened this issue Jul 16, 2021 · 2 comments
Closed

Bubble Chart - Vertial scroll bar adjustment is showing very slow #9428

jagdaleganesh opened this issue Jul 16, 2021 · 2 comments

Comments

@jagdaleganesh
Copy link

@jagdaleganesh jagdaleganesh commented Jul 16, 2021

Hi ChartJs Team,
I am not sure whether my below observation is really bug or just discussion but I feel like it could be a bug.

I have bubble chart, the scenario is, when chart is loaded i have showin in small window as there are multiple charts i want to show. Now I have maximize button to view chart in full window.
Now the issue is, when I do maximize chart, initially vertically scroll bar display for chart but slowly it feels like adjusting the height and scrollbar hide automatlly after few seconds. This feel like odd animation.
Is there any way or any workaround if it is bug to adjust height very fasly so that vertical scroll bar won't show.
Below is the screen shot with vertifical bar and wihtout scroll bar

image
image

@etimberg
Copy link
Member

@etimberg etimberg commented Jul 16, 2021

Do you have a test case? What version are you using? It sounds like there might be too much data and each render is taking too long

@kurkle
Copy link
Member

@kurkle kurkle commented Jul 17, 2021

You could maybe hide the overflow from the container. Or position it absolutely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants